mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +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
|
|
@ -87,9 +87,7 @@ def extract(options):
|
|||
|
||||
|
||||
def main():
|
||||
|
||||
# Parse command line...
|
||||
parser = ArgumentParser(usage="%(prog)s [options] APK [APK...]")
|
||||
parser = ArgumentParser()
|
||||
common.setup_global_opts(parser)
|
||||
parser.add_argument("APK", nargs='*',
|
||||
help=_("signed APK, either a file-path or HTTPS URL."))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue