mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-27 03:13:37 +08:00
Add flag names to usage line
Signed-off-by: JanczarKnurek <jacek@beit.tech>
This commit is contained in:
parent
b1c14cf084
commit
e78ed51747
|
@ -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 New Issue
Block a user