summaryrefslogtreecommitdiff
path: root/completions/_hwclock
diff options
context:
space:
mode:
Diffstat (limited to 'completions/_hwclock')
-rw-r--r--completions/_hwclock8
1 files changed, 4 insertions, 4 deletions
diff --git a/completions/_hwclock b/completions/_hwclock
index 86a29346..ef437a26 100644
--- a/completions/_hwclock
+++ b/completions/_hwclock
@@ -9,18 +9,18 @@ _hwclock()
_init_completion || return
case $prev in
- -h|--help|-V|--version|--date|--epoch)
+ -h | --help | -V | --version | --date | --epoch)
return
;;
- -f|--rtc|--adjfile)
+ -f | --rtc | --adjfile)
_filedir
return
;;
esac
COMPREPLY=(
- $(PATH="$PATH:/sbin" compgen -W '$(_parse_help "$1")' -- "$cur") )
+ $(PATH="$PATH:/sbin" compgen -W '$(_parse_help "$1")' -- "$cur"))
} &&
-complete -F _hwclock hwclock
+ complete -F _hwclock hwclock
# ex: filetype=sh