mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Add flag names to usage line
Signed-off-by: JanczarKnurek <jacek@beit.tech>
This commit is contained in:
parent
b1c14cf084
commit
e78ed51747
1 changed files with 2 additions and 1 deletions
|
@ -996,7 +996,8 @@ def get_paths_from_man_locations():
|
|||
|
||||
def usage(script_name):
|
||||
print(
|
||||
"Usage: {0} [-v, --verbose] [-s, --stdout] [-d, --directory] [-p, --progress] files...".format(
|
||||
"Usage: {0} [-v, --verbose] [-s, --stdout] [-d, --directory] [-p, --progress]"
|
||||
" [-c, --cleanup-in] [-z] files...".format(
|
||||
script_name
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue