mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
correct "usage" output (--help; see #405)
This commit is contained in:
parent
0e37a18d83
commit
0a1fe3dc7e
1 changed files with 1 additions and 1 deletions
2
fdroid
2
fdroid
|
|
@ -53,7 +53,7 @@ commands = OrderedDict([
|
|||
|
||||
|
||||
def print_help():
|
||||
print(_("usage: ") + _("fdroid [-h|--help|--version] <command> [<args>]"))
|
||||
print(_("usage: ") + _("fdroid [<command>] [-h|--help|--version|<args>]"))
|
||||
print("")
|
||||
print(_("Valid commands are:"))
|
||||
for cmd, summary in commands.items():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue