chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e37a18
)
correct "usage" output (--help; see #405)
author
Izzy
<izzysoft@qumran.org>
Thu, 7 Dec 2017 13:51:27 +0000
(14:51 +0100)
committer
Izzy
<izzysoft@qumran.org>
Thu, 7 Dec 2017 13:51:27 +0000
(14:51 +0100)
fdroid
patch
|
blob
|
history
diff --git
a/fdroid
b/fdroid
index f5e6c92b5dce805a11109987e948531f1cf44599..74339df00f8348aec0009ff3ff981daa0a41b4bf 100755
(executable)
--- a/
fdroid
+++ b/
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():