diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-10-27 21:34:28 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-10-27 22:34:28 -0400 |
commit | 1cf3c30c0787f941b0f6d0b11ab504ddee3b0b8f (patch) | |
tree | 4b559e0f624fff741a112eda77ba91df1d4b4593 /shell-completion/bash/systemctl.in | |
parent | 7c67f0f71a2a4e64264e925977645e306816a3ab (diff) |
shell-completion: systemctl set-default,get-default,is-system-running
Diffstat (limited to 'shell-completion/bash/systemctl.in')
-rw-r--r-- | shell-completion/bash/systemctl.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell-completion/bash/systemctl.in b/shell-completion/bash/systemctl.in index 8c1ecd486e..1c44a8df01 100644 --- a/shell-completion/bash/systemctl.in +++ b/shell-completion/bash/systemctl.in @@ -148,7 +148,8 @@ _systemctl () { [STANDALONE]='daemon-reexec daemon-reload default emergency exit halt hibernate hybrid-sleep kexec list-jobs list-sockets list-timers list-units list-unit-files poweroff - reboot rescue show-environment suspend get-default' + reboot rescue show-environment suspend get-default + is-system-running' [NAME]='snapshot' [FILE]='link' [TARGETS]='set-default' |