1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

Add missing -v/--verbose flag to import

This commit is contained in:
Daniel Martí 2014-02-03 23:38:33 +01:00
parent b8e5e0a0ec
commit 49ec09a78b

View File

@ -94,6 +94,8 @@ def main():
# Parse command line...
parser = OptionParser()
parser.add_option("-v", "--verbose", action="store_true", default=False,
help="Spew out even more information than normal")
parser.add_option("-u", "--url", default=None,
help="Project URL to import from.")
parser.add_option("-s", "--subdir", default=None,