chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8e5e0a
)
Add missing -v/--verbose flag to import
author
Daniel Martí
<mvdan@mvdan.cc>
Mon, 3 Feb 2014 22:38:33 +0000
(23:38 +0100)
committer
Daniel Martí
<mvdan@mvdan.cc>
Mon, 3 Feb 2014 22:38:33 +0000
(23:38 +0100)
fdroidserver/import.py
patch
|
blob
|
history
diff --git
a/fdroidserver/import.py
b/fdroidserver/import.py
index 64de7740c6858f03fde52092d7b113a43cceed0f..6d0e8ef3f8a1a0113e5f47007421e5ee6c8ebba3 100644
(file)
--- a/
fdroidserver/import.py
+++ b/
fdroidserver/import.py
@@
-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,