Add missing flags desc to script

create_manpage_completions now has all flags in help

Signed-off-by: JanczarKnurek <jacek@beit.tech>
This commit is contained in:
JanczarKnurek 2020-03-22 23:19:58 +01:00 committed by Fabian Homborg
parent aa304cbd3d
commit b1c14cf084

View File

@ -1008,6 +1008,8 @@ def usage(script_name):
-d, --directory [dir]\tWrite all completions to the given directory, instead of to ~/.local/share/fish/generated_completions
-m, --manpath\tProcess all man1 and man8 files available in the manpath (as determined by manpath)
-p, --progress\tShow progress
-c, --cleanup-in\tRemove all .fish files out of a given directory.
-z\t\tParse using only Deroff parser.
"""
)