mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 08:51:06 +03:00
Add missing -v and -q to readmeta
This commit is contained in:
parent
a4236d62cd
commit
bace7e912f
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ import metadata
|
|||
def main():
|
||||
|
||||
parser = OptionParser(usage="Usage: %prog")
|
||||
parser.add_option("-v", "--verbose", action="store_true", default=False,
|
||||
help="Spew out even more information than normal")
|
||||
parser.add_option("-q", "--quiet", action="store_true", default=False,
|
||||
help="Restrict output to warnings and errors")
|
||||
parser.parse_args()
|
||||
common.read_config(None)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue