Skip to content

Commit

Permalink
wget: Remove nonexistent arg to _ip_addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Apr 22, 2018
1 parent 7be0dd6 commit 9214270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/wget
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _wget()
return
;;
--bind-address)
_ip_addresses "$cur"
_ip_addresses
return
;;
--domains|--exclude-domains|-!(-*)D)
Expand Down

0 comments on commit 9214270

Please sign in to comment.