X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=shell-completion%2Fbash%2Fhostnamectl;fp=shell-completion%2Fbash%2Fhostnamectl;h=9ad52e03b481c56f6cbbe8d230093347b0ca08f4;hp=7a0850dbe44c67c7faa6121cf2e005401b2a737f;hb=b4f91f2ba354c16dc23111cc231010c975c717a2;hpb=001a247324b44c0e0b8fdba41a6fc66e7465b8b6 diff --git a/shell-completion/bash/hostnamectl b/shell-completion/bash/hostnamectl index 7a0850dbe..9ad52e03b 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") )