aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/wget.fish
diff options
context:
space:
mode:
Diffstat (limited to 'init/completions/wget.fish')
-rw-r--r--init/completions/wget.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/completions/wget.fish b/init/completions/wget.fish
index 524bfe61..08be77e1 100644
--- a/init/completions/wget.fish
+++ b/init/completions/wget.fish
@@ -9,7 +9,7 @@ complete -c wget -s e -l execute -d (_ "Execute command as if part of .wgetrc")
complete -c wget -s o -l output-file -d (_ "Log all messages to logfile") -f
complete -c wget -s a -l append-output -d (_ "Append all messages to logfile")
complete -c wget -s d -l debug -d (_ "Turn on debug output")
-complete -c wget -s q -l quiet -d (_ "Turn off Wget's output")
+complete -c wget -s q -l quiet -d (_ "Quiet mode")
complete -c wget -s v -l verbose -d (_ "Verbose mode")
complete -c wget -l non-verbose -d (_ "Turn off verbose without being completely quiet")
complete -c wget -o nv -d (_ "Turn off verbose without being completely quiet")