summaryrefslogtreecommitdiff
path: root/completions/wget
diff options
context:
space:
mode:
Diffstat (limited to 'completions/wget')
-rw-r--r--completions/wget2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/wget b/completions/wget
index b1878fdb..95011bef 100644
--- a/completions/wget
+++ b/completions/wget
@@ -18,7 +18,7 @@ _wget()
return
;;
-D|--domains|--exclude-domains)
- _known_hosts_real "$cur"
+ _known_hosts_real -- "$cur"
return
;;
--restrict-file-names)