mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
use ArgumentParser's own "usage" line in help output
This commit is contained in:
parent
b23cf9f8ad
commit
fede58a710
10 changed files with 10 additions and 14 deletions
|
|
@ -88,7 +88,7 @@ def _ssh_key_from_debug_keystore(keystore=KEYSTORE_FILE):
|
|||
|
||||
def main():
|
||||
|
||||
parser = ArgumentParser(usage="%(prog)s")
|
||||
parser = ArgumentParser()
|
||||
common.setup_global_opts(parser)
|
||||
parser.add_argument("--keystore", default=KEYSTORE_FILE,
|
||||
help=_("Specify which debug keystore file to use."))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue