diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-10-21 18:53:57 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-10-21 18:53:57 -0400 |
commit | 299c397c127cda34facbe7d089f944a708ec95e9 (patch) | |
tree | 129006f2cced5acf49d1fb7b62ef9950d52ca1c7 /shell-completion/bash/systemctl | |
parent | 418e37506e6a419a808a82081ca1616caa03a206 (diff) |
shell-completion: dump has moved to systemd-analyze
Rename NO_OPTION to STANDALONE for consistency with other files.
Diffstat (limited to 'shell-completion/bash/systemctl')
-rw-r--r-- | shell-completion/bash/systemctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/systemctl b/shell-completion/bash/systemctl index e335ee871c..eea4b6dbf9 100644 --- a/shell-completion/bash/systemctl +++ b/shell-completion/bash/systemctl @@ -137,7 +137,7 @@ _systemctl () { [JOBS]='cancel' [SNAPSHOTS]='delete' [ENVS]='set-environment unset-environment' - [STANDALONE]='daemon-reexec daemon-reload default dump + [STANDALONE]='daemon-reexec daemon-reload default emergency exit halt hibernate hybrid-sleep kexec list-jobs list-sockets list-units list-unit-files poweroff reboot rescue show-environment suspend get-default' |