diff options
author | Carlos Morata Castillo <cmc809@inlumine.ual.es> | 2015-01-10 02:08:21 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-29 00:44:30 -0500 |
commit | b4f91f2ba354c16dc23111cc231010c975c717a2 (patch) | |
tree | 18b438fa21beb291cefb62f49fa7bdab2bc08bfd /shell-completion/bash/hostnamectl | |
parent | 001a247324b44c0e0b8fdba41a6fc66e7465b8b6 (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/hostnamectl')
-rw-r--r-- | shell-completion/bash/hostnamectl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/hostnamectl b/shell-completion/bash/hostnamectl index 7a0850dbe4..9ad52e03b4 100644 --- a/shell-completion/bash/hostnamectl +++ b/shell-completion/bash/hostnamectl @@ -28,7 +28,7 @@ _hostnamectl() { local i verb comps local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} local OPTS='-h --help --version --transient --static --pretty - --no-ask-password -H --host' + --no-ask-password -H --host --machine' if [[ $cur = -* ]]; then COMPREPLY=( $(compgen -W '${OPTS[*]}' -- "$cur") ) |