From 90cf049bfe9a7dcb20a1bd0d12e8b2194dbcd357 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 17 Apr 2013 10:52:46 -0400 Subject: [PATCH] shell-completion: use -a to see "empty" properties --- shell-completion/bash/systemctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-completion/bash/systemctl b/shell-completion/bash/systemctl index 3bdf4dc95..3e51f34cb 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" -- 2.30.2