From aedd48160f79de3372eb233ebbf9d8d47c22072a Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 30 Apr 2018 12:37:29 +0100 Subject: bash-completion: systemctl: use systemctl --no-pager Signed-off-by: Emil Velikov --- shell-completion/bash/systemctl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell-completion') diff --git a/shell-completion/bash/systemctl.in b/shell-completion/bash/systemctl.in index 8bf83c8aea..e493d3bd59 100644 --- a/shell-completion/bash/systemctl.in +++ b/shell-completion/bash/systemctl.in @@ -7,7 +7,7 @@ __systemctl() { local mode=$1; shift 1 - systemctl $mode --full --no-legend "$@" 2>/dev/null + systemctl $mode --full --no-legend --no-pager "$@" 2>/dev/null } __systemd_properties() { -- cgit v1.2.2