chiark / gitweb /
--help is canonical
authorCiaran Gultnieks <ciaran@ciarang.com>
Mon, 12 Mar 2012 20:31:58 +0000 (20:31 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Mon, 12 Mar 2012 20:31:58 +0000 (20:31 +0000)
fdroid

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():