]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bash-completion: systemctl: use systemctl --no-pager
authorEmil Velikov <emil.velikov@collabora.com>
Mon, 30 Apr 2018 11:37:29 +0000 (12:37 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 11 Jun 2018 16:09:53 +0000 (17:09 +0100)
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
shell-completion/bash/systemctl.in

index 8bf83c8aeae62a70e02c9a8d2b26e8c7c0ea992d..e493d3bd59d065170bb8609b447bceb68293a3a2 100644 (file)
@@ -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() {