From af5a9cf88e8293337137adb394ba0a528c0fc099 Mon Sep 17 00:00:00 2001 From: xnumad <34810600+xnumad@users.noreply.github.com> Date: Thu, 9 Apr 2020 07:37:57 +0200 Subject: [PATCH] It's `wget --bind-address` Fixes typo --- share/completions/wget.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/wget.fish b/share/completions/wget.fish index d00f0bbb3..f16c0959d 100644 --- a/share/completions/wget.fish +++ b/share/completions/wget.fish @@ -16,7 +16,7 @@ complete -c wget -o nv -d "Turn off verbose without being completely quiet" complete -c wget -s i -l input-file -d "Read URLs from file" -r complete -c wget -s F -l force-html -d "Force input to be treated as HTML" complete -c wget -s B -l base -d "Prepend string to relative links" -x -complete -c wget -l bind-adress -d "Bind address on local machine" -xa "(__fish_print_addresses; __fish_print_hostnames)" +complete -c wget -l bind-address -d "Bind address on local machine" -xa "(__fish_print_addresses; __fish_print_hostnames)" complete -c wget -s t -l tries -d "Set number of retries to number" -xa "0 1 2 4 8 16 32 64 128" complete -c wget -s O -l output-document -d "Concatenate output to file" -r complete -c wget -l no-clobber -d "Never overwrite files with same name"