diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2014-01-15 15:31:07 +0100 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2014-01-15 15:31:07 +0100 |
commit | f89a4474e05307e45992e1f30b6b1b26900d91bd (patch) | |
tree | f2b74782146a395778e77046ff1aa3ca90f6b94f /shell-completion/bash | |
parent | 1b2457e16dbbaa5e587c5e36d274a48c585d4840 (diff) |
shell-completion: remove load from systemctl
Diffstat (limited to 'shell-completion/bash')
-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 86ea33c6e2..232d2d65f4 100644 --- a/shell-completion/bash/systemctl +++ b/shell-completion/bash/systemctl @@ -141,7 +141,7 @@ _systemctl () { 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' - [NAME]='snapshot load' + [NAME]='snapshot' [FILE]='link' [TARGETS]='set-default' ) |