1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

add missing "or" to scanner cli synopsis

This commit is contained in:
Michael Pöhn 2022-07-05 09:47:46 +02:00
parent a1677b5cb0
commit 544772d3ab

View File

@ -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]"))