From b1c14cf084a312a96584c02aa44dd57cc2aaf612 Mon Sep 17 00:00:00 2001 From: JanczarKnurek Date: Sun, 22 Mar 2020 23:19:58 +0100 Subject: [PATCH] Add missing flags desc to script create_manpage_completions now has all flags in help Signed-off-by: JanczarKnurek --- share/tools/create_manpage_completions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/tools/create_manpage_completions.py b/share/tools/create_manpage_completions.py index d87fe93f6..feeb9bf06 100755 --- a/share/tools/create_manpage_completions.py +++ b/share/tools/create_manpage_completions.py @@ -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. """ )