summaryrefslogtreecommitdiff
path: root/shell-completion/bash/loginctl
diff options
context:
space:
mode:
authorCarlos Morata Castillo <cmc809@inlumine.ual.es>2015-01-10 02:08:21 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-01-29 00:44:30 -0500
commitb4f91f2ba354c16dc23111cc231010c975c717a2 (patch)
tree18b438fa21beb291cefb62f49fa7bdab2bc08bfd /shell-completion/bash/loginctl
parent001a247324b44c0e0b8fdba41a6fc66e7465b8b6 (diff)
Updates in bash autocompletions
Hi, I did ./check-undocumented.sh -b (my script just submitted) and checked the results. Cheers.
Diffstat (limited to 'shell-completion/bash/loginctl')
-rw-r--r--shell-completion/bash/loginctl7
1 files changed, 4 insertions, 3 deletions
diff --git a/shell-completion/bash/loginctl b/shell-completion/bash/loginctl
index e7adb93f97..7a083d2875 100644
--- a/shell-completion/bash/loginctl
+++ b/shell-completion/bash/loginctl
@@ -33,9 +33,10 @@ _loginctl () {
local i verb comps
local -A OPTS=(
- [STANDALONE]='--all -a --help -h --no-pager --privileged -P --version'
- [ARG]='--host -H --kill-who --property -p --signal -s'
- )
+ [STANDALONE]='--all -a --help -h --no-pager --privileged -P --version
+ --no-legend --no-ask-password -l --full'
+ [ARG]='--host -H --kill-who --property -p --signal -s --machine'
+ )
if __contains_word "$prev" ${OPTS[ARG]}; then
case $prev in