aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/man.fish
diff options
context:
space:
mode:
Diffstat (limited to 'init/completions/man.fish')
-rw-r--r--init/completions/man.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/completions/man.fish b/init/completions/man.fish
index 8c0e3a4a..1a2bbaa2 100644
--- a/init/completions/man.fish
+++ b/init/completions/man.fish
@@ -51,10 +51,10 @@ complete -c man -s a -d (_ "Display all matches")
complete -c man -s c -d (_ "Always reformat")
complete -c man -s d -d (_ "Debug")
complete -c man -s D -d (_ "Debug and run")
-complete -c man -s f -d (_ "Whatis")
+complete -c man -s f -d (_ "Show whatis information")
complete -c man -s F -l preformat -d (_ "Format only")
complete -c man -s h -d (_ "Display help and exit")
-complete -c man -s k -d (_ "Apropos")
+complete -c man -s k -d (_ "Show apropos information")
complete -c man -s K -d (_ "Search in all man pages")
complete -xc man -s m -d (_ "Set system")
complete -xc man -s p -d (_ "Preprocessors")