mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
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:
parent
aa304cbd3d
commit
b1c14cf084
@ -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
|
-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)
|
-m, --manpath\tProcess all man1 and man8 files available in the manpath (as determined by manpath)
|
||||||
-p, --progress\tShow progress
|
-p, --progress\tShow progress
|
||||||
|
-c, --cleanup-in\tRemove all .fish files out of a given directory.
|
||||||
|
-z\t\tParse using only Deroff parser.
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user