chiark / gitweb /
Updates in bash autocompletions
[elogind.git] / shell-completion / bash / hostnamectl
index 7a0850dbe44c67c7faa6121cf2e005401b2a737f..9ad52e03b481c56f6cbbe8d230093347b0ca08f4 100644 (file)
@@ -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") )