summaryrefslogtreecommitdiff
path: root/completions/ntpdate
diff options
context:
space:
mode:
Diffstat (limited to 'completions/ntpdate')
-rw-r--r--completions/ntpdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/ntpdate b/completions/ntpdate
index e09a2dfb..dab38477 100644
--- a/completions/ntpdate
+++ b/completions/ntpdate
@@ -18,7 +18,7 @@ _ntpdate()
COMPREPLY=( $( compgen -W '{1..8}' -- "$cur" ) )
return 0
;;
-
+
-a|-e|-o|-t)
return 0
;;