summaryrefslogtreecommitdiff
path: root/shell-completion/bash/timedatectl
diff options
context:
space:
mode:
Diffstat (limited to 'shell-completion/bash/timedatectl')
-rw-r--r--shell-completion/bash/timedatectl2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/timedatectl b/shell-completion/bash/timedatectl
index 1a0acc6c7..a57fbd254 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