From b4f91f2ba354c16dc23111cc231010c975c717a2 Mon Sep 17 00:00:00 2001 From: Carlos Morata Castillo Date: Sat, 10 Jan 2015 02:08:21 +0100 Subject: Updates in bash autocompletions Hi, I did ./check-undocumented.sh -b (my script just submitted) and checked the results. Cheers. --- shell-completion/bash/timedatectl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell-completion/bash/timedatectl') diff --git a/shell-completion/bash/timedatectl b/shell-completion/bash/timedatectl index 1a0acc6c7c..a57fbd2546 100644 --- a/shell-completion/bash/timedatectl +++ b/shell-completion/bash/timedatectl @@ -28,7 +28,7 @@ _timedatectl() { local i verb comps local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} local OPTS='-h --help --version --adjust-system-clock --no-pager - --no-ask-password -H --host' + --no-ask-password -H --host --machine' if __contains_word "$prev" $OPTS; then case $prev in -- cgit v1.2.3-54-g00ecf