diff options
author | Jan Janssen <medhefgo@web.de> | 2015-04-03 18:03:06 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-04-07 18:51:45 +0200 |
commit | 5bdf22430e367799dfa66c724144b624c5479518 (patch) | |
tree | f26c8dbe3b4395e1b1b5d33ad185c8b7e4fed0e3 /shell-completion/bash | |
parent | 3d1137ac2b196cee345ac70fcdac675af142c8dc (diff) |
logind,systemctl: add reboot to EFI firmware support
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 8063316ec6..773a59db38 100644 --- a/shell-completion/bash/systemctl.in +++ b/shell-completion/bash/systemctl.in @@ -92,7 +92,7 @@ _systemctl () { local -A OPTS=( [STANDALONE]='--all -a --reverse --after --before --defaults --fail --ignore-dependencies --failed --force -f --full -l --global --help -h --no-ask-password --no-block --no-legend --no-pager --no-reload --no-wall - --quiet -q --privileged -P --system --user --version --runtime --recursive -r' + --quiet -q --privileged -P --system --user --version --runtime --recursive -r --firmware-setup' [ARG]='--host -H --kill-who --property -p --signal -s --type -t --state --root' ) |