[systemd-commits] shell-completion/bash

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Wed Apr 17 07:54:05 PDT 2013


 shell-completion/bash/systemctl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 90cf049bfe9a7dcb20a1bd0d12e8b2194dbcd357
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Wed Apr 17 10:52:46 2013 -0400

    shell-completion: use -a to see "empty" properties

diff --git a/shell-completion/bash/systemctl b/shell-completion/bash/systemctl
index 3bdf4dc..3e51f34 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"



More information about the systemd-commits mailing list