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:
bc4240c
)
--help is canonical
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Mon, 12 Mar 2012 20:31:58 +0000
(20:31 +0000)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Mon, 12 Mar 2012 20:31:58 +0000
(20:31 +0000)
fdroid
patch
|
blob
|
history
diff --git
a/fdroid
b/fdroid
index f8f2473f5ff3e2221b1bbe0dfec5a3cec86eff57..202735a6be208e1e8d8e581963e2b6f102ffbff2 100755
(executable)
--- a/
fdroid
+++ b/
fdroid
@@
-35,7
+35,7
@@
def print_help():
print "Valid commands are:"
for command in commands:
print " " + command
- print "Use '%s <command> -
h
' for more info about that command."%sys.argv[0]
+ print "Use '%s <command> -
-help
' for more info about that command."%sys.argv[0]
def main():