aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/apropos.fish
diff options
context:
space:
mode:
Diffstat (limited to 'init/completions/apropos.fish')
-rw-r--r--init/completions/apropos.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/completions/apropos.fish b/init/completions/apropos.fish
index 263be075..e0332dbc 100644
--- a/init/completions/apropos.fish
+++ b/init/completions/apropos.fish
@@ -6,7 +6,7 @@ function __fish_complete_apropos
end
end
-complete -xc apropos -a '(__fish_complete_apropos)' -d (_ "Whatis entry")
+complete -xc apropos -a '(__fish_complete_apropos)' -d (_ "whatis entry")
complete -c apropos -s h -l help -d (_ "Display help and exit")
complete -f -c apropos -s d -l debug -d (_ "Print debugging info")
@@ -16,6 +16,6 @@ complete -f -c apropos -s w -l wildcard -d (_ "Keyword as wildwards")
complete -f -c apropos -s e -l exact -d (_ "Keyword as exactly match")
complete -x -c apropos -s m -l system -d (_ "Search for other system")
complete -x -c apropos -s M -l manpath -a '(echo $MANPATH)' -d (_ "Specify man path")
-complete -x -c apropos -s C -l config-file -d (_ "Specify a conf file")
+complete -x -c apropos -s C -l config-file -d (_ "Specify a configuration file")
complete -f -c apropos -s V -l version -d (_ "Display version and exit")