From: Izzy Date: Thu, 7 Dec 2017 13:51:27 +0000 (+0100) Subject: correct "usage" output (--help; see #405) X-Git-Tag: 1.0.0~40^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0a1fe3dc7e1555929bbd50dcfe91949cfc7d3bc6;hp=0e37a18d8354dac87dfa8ecc953256ed5b980fd5;p=fdroidserver.git correct "usage" output (--help; see #405) --- diff --git a/fdroid b/fdroid index f5e6c92b..74339df0 100755 --- a/fdroid +++ b/fdroid @@ -53,7 +53,7 @@ commands = OrderedDict([ def print_help(): - print(_("usage: ") + _("fdroid [-h|--help|--version] []")) + print(_("usage: ") + _("fdroid [] [-h|--help|--version|]")) print("") print(_("Valid commands are:")) for cmd, summary in commands.items():