diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-04-02 22:54:35 -0400 |
---|---|---|
committer | zbyszek <zbyszek@deli.byod.gmu.edu> | 2015-04-08 11:28:45 -0400 |
commit | 7b742b3130941b5c8d5e178b6694428fb3b61086 (patch) | |
tree | 33e34379a2813e468800cfb84715b2f2eea63d5a /shell-completion/bash | |
parent | b18d23d7ac6a53d52b99dbf0b2048d5a946a2e28 (diff) |
shell-completion: systemctl switch-root verb
The completion is rudimentary (all files). I think this is OK since
this is used so rarely. But not having it proposed at all is annoying.
Diffstat (limited to 'shell-completion/bash')
-rw-r--r-- | shell-completion/bash/systemctl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/systemctl.in b/shell-completion/bash/systemctl.in index 773a59db38..34c9444353 100644 --- a/shell-completion/bash/systemctl.in +++ b/shell-completion/bash/systemctl.in @@ -160,7 +160,7 @@ _systemctl () { reboot rescue show-environment suspend get-default is-system-running' [NAME]='snapshot' - [FILE]='link' + [FILE]='link switch-root' [TARGETS]='set-default' ) |