mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +03:00
add missing "or" to scanner cli synopsis
This commit is contained in:
parent
a1677b5cb0
commit
544772d3ab
1 changed files with 1 additions and 1 deletions
|
|
@ -514,7 +514,7 @@ def main():
|
|||
|
||||
# Parse command line...
|
||||
parser = ArgumentParser(
|
||||
usage="%(prog)s [options] [APPID[:VERCODE] path/to.apk ...]"
|
||||
usage="%(prog)s [options] [(APPID[:VERCODE] | path/to.apk) ...]"
|
||||
)
|
||||
common.setup_global_opts(parser)
|
||||
parser.add_argument("appid", nargs='*', help=_("application ID with optional versionCode in the form APPID[:VERCODE]"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue