correct "usage" output (--help; see #405)

This commit is contained in:
Izzy 2017-12-07 14:51:27 +01:00
parent 0e37a18d83
commit 0a1fe3dc7e
1 changed files with 1 additions and 1 deletions

2
fdroid
View File

@ -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():