From: Ciaran Gultnieks Date: Mon, 12 Mar 2012 20:31:58 +0000 (+0000) Subject: --help is canonical X-Git-Tag: 0.1~827 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=35668ebd8779f6723e1bcab08408296e3c60e017;p=fdroidserver.git --help is canonical --- diff --git a/fdroid b/fdroid index f8f2473f..202735a6 100755 --- a/fdroid +++ b/fdroid @@ -35,7 +35,7 @@ def print_help(): print "Valid commands are:" for command in commands: print " " + command - print "Use '%s -h' for more info about that command."%sys.argv[0] + print "Use '%s --help' for more info about that command."%sys.argv[0] def main():