1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 11:55:44 +03:00

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