summaryrefslogtreecommitdiff
path: root/completions/iperf
diff options
context:
space:
mode:
Diffstat (limited to 'completions/iperf')
-rw-r--r--completions/iperf2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/iperf b/completions/iperf
index 4652879c..712ab946 100644
--- a/completions/iperf
+++ b/completions/iperf
@@ -25,7 +25,7 @@ _iperf()
return
;;
-c|--client)
- _known_hosts_real "$cur"
+ _known_hosts_real -- "$cur"
return
;;
-x|--reportexclude)