mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
--help is canonical
This commit is contained in:
parent
bc4240ca30
commit
35668ebd87
1 changed files with 1 additions and 1 deletions
2
fdroid
2
fdroid
|
@ -35,7 +35,7 @@ def print_help():
|
||||||
print "Valid commands are:"
|
print "Valid commands are:"
|
||||||
for command in commands:
|
for command in commands:
|
||||||
print " " + command
|
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():
|
def main():
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue