mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
Merge branch 'syntaxfix' into 'master'
correct "usage" output (--help; see #405) See merge request fdroid/fdroidserver!403
This commit is contained in:
commit
7f4d84684e
1 changed files with 1 additions and 1 deletions
2
fdroid
2
fdroid
|
|
@ -53,7 +53,7 @@ commands = OrderedDict([
|
||||||
|
|
||||||
|
|
||||||
def print_help():
|
def print_help():
|
||||||
print(_("usage: ") + _("fdroid [-h|--help|--version] <command> [<args>]"))
|
print(_("usage: ") + _("fdroid [<command>] [-h|--help|--version|<args>]"))
|
||||||
print("")
|
print("")
|
||||||
print(_("Valid commands are:"))
|
print(_("Valid commands are:"))
|
||||||
for cmd, summary in commands.items():
|
for cmd, summary in commands.items():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue