From 90cf049bfe9a7dcb20a1bd0d12e8b2194dbcd357 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Wed, 17 Apr 2013 10:52:46 -0400 Subject: shell-completion: use -a to see "empty" properties --- shell-completion/bash/systemctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell-completion/bash') diff --git a/shell-completion/bash/systemctl b/shell-completion/bash/systemctl index 3bdf4dc956..3e51f34cba 100644 --- a/shell-completion/bash/systemctl +++ b/shell-completion/bash/systemctl @@ -24,7 +24,7 @@ __systemctl() { __systemd_properties() { local mode=$1 - { __systemctl $mode show; + { __systemctl -a $mode show; systemd --dump-configuration-items; } | while IFS='=' read -r key value; do [[ $value ]] && echo "$key" -- cgit v1.2.3-54-g00ecf