From 35668ebd8779f6723e1bcab08408296e3c60e017 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Mon, 12 Mar 2012 20:31:58 +0000 Subject: [PATCH] --help is canonical --- fdroid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():