summaryrefslogtreecommitdiffstats
path: root/bash-completion/hwclock
diff options
context:
space:
mode:
authorSami Kerola2018-10-04 22:36:22 +0200
committerSami Kerola2018-10-04 22:36:22 +0200
commit5feae697b03de1d897327ab7e6c73738c4d06695 (patch)
tree63a6ec3c1867557aca0126a4a32f5b27cccbb335 /bash-completion/hwclock
parentsfdisk: disable --activate for Hybrid GPT/MBR (diff)
downloadkernel-qcow2-util-linux-5feae697b03de1d897327ab7e6c73738c4d06695.tar.gz
kernel-qcow2-util-linux-5feae697b03de1d897327ab7e6c73738c4d06695.tar.xz
kernel-qcow2-util-linux-5feae697b03de1d897327ab7e6c73738c4d06695.zip
bash-completion: catch up with option changes
Check what has changed in usage functions in between v2.32..a77bd80d5 and update bash-completion files accordingly. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'bash-completion/hwclock')
-rw-r--r--bash-completion/hwclock3
1 files changed, 2 insertions, 1 deletions
diff --git a/bash-completion/hwclock b/bash-completion/hwclock
index 4bd87e42e..faf29afe9 100644
--- a/bash-completion/hwclock
+++ b/bash-completion/hwclock
@@ -11,7 +11,7 @@ _hwclock_module()
COMPREPLY=( $(compgen -f -- $cur) )
return 0
;;
- '--date')
+ '--date'|'--delay')
COMPREPLY=( $(compgen -W "time" -- $cur) )
return 0
;;
@@ -42,6 +42,7 @@ _hwclock_module()
--rtc
--directisa
--date
+ --delay
--epoch
--update-drift
--noadjfile