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 ade95a69..ff0c9f00 100644
--- a/completions/ntpdate
+++ b/completions/ntpdate
@@ -27,7 +27,7 @@ _ntpdate()
if [[ "$cur" == -* ]]; then
COMPREPLY=( $( compgen -W '$( _parse_usage "$1" )' -- "$cur" ) )
else
- _known_hosts_real "$cur"
+ _known_hosts_real -- "$cur"
fi
} &&
complete -F _ntpdate ntpdate