summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2018-04-30 12:37:29 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2018-06-11 17:09:53 +0100
commitaedd48160f79de3372eb233ebbf9d8d47c22072a (patch)
tree7ba8d175aa66e965a0ecc8cc2030394575e8e2dc /shell-completion
parent0b491556ac79950624849d218e01204d0452cc41 (diff)
bash-completion: systemctl: use systemctl --no-pager
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/systemctl.in2
1 files changed, 1 insertions, 1 deletions
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() {