mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 14:01:20 -03:00
Add flag names to usage line
Signed-off-by: JanczarKnurek <jacek@beit.tech>
This commit is contained in:
committed by
Fabian Homborg
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
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user