bash-completion: systemctl: use systemctl --no-pager

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Emil Velikov 2018-04-30 12:37:29 +01:00 committed by Emil Velikov
parent 0b491556ac
commit aedd48160f

View 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() {