aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/mv.fish
diff options
context:
space:
mode:
Diffstat (limited to 'init/completions/mv.fish')
-rw-r--r--init/completions/mv.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/completions/mv.fish b/init/completions/mv.fish
index b1038587..9f57f59f 100644
--- a/init/completions/mv.fish
+++ b/init/completions/mv.fish
@@ -6,7 +6,7 @@ complete -c mv -l strip-trailing-slashes -d (_ "Remove trailing slashes from sou
complete -c mv -s S -l suffix -r -d (_ "Backup suffix")
complete -c mv -l target-directory -d (_ "Target directory") -x -a "(__fish_complete_directory (commandline -ct) 'Target directory')"
complete -c mv -s u -l update -d (_ "Do not overwrite newer files")
-complete -c mv -s v -l vervose -d (_ "Explain what is done")
+complete -c mv -s v -l vervose -d (_ "Verbose mode")
complete -c mv -l help -d (_ "Display help and exit")
complete -c mv -l version -d (_ "Display version and exit")