1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

--help is canonical

This commit is contained in:
Ciaran Gultnieks 2012-03-12 20:31:58 +00:00
parent bc4240ca30
commit 35668ebd87

2
fdroid
View File

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