Skip to content

Commit a23b986

Browse files
committed
feat(wget): ipv6 addresses for --bind-address
Fixes #1315
1 parent 54cc85a commit a23b986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/wget

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ _comp_cmd_wget()
1616
return
1717
;;
1818
--bind-address)
19-
_comp_compgen_ip_addresses
19+
_comp_compgen_ip_addresses -a
2020
return
2121
;;
2222
--domains | --exclude-domains | -${noargopts}D)

0 commit comments

Comments
 (0)