diff --git a/wiki-download.py b/wiki-download.py index c5423ec..bdfbf5f 100755 --- a/wiki-download.py +++ b/wiki-download.py @@ -23,7 +23,7 @@ python wiki-download.py -d imgs -a [[Year::2007]][[Document_Type::Poster]]""", f p.add_argument("--host", metavar='', default="aa.xpub.nl") p.add_argument("--path", metavar='', default="/", help="Wiki path. Should end with /") p.add_argument("--ask", "-a", metavar='', default="", help="Ask query to be sent to the wiki API.") -p.add_argument("--download", "-d", metavar='', default='imgs', help="Local directory to store files from wiki. If no directory provided files wont be downloaded") +p.add_argument("--download", "-d", metavar='', default='imgs', help="Local directory to store files from wiki. If not specified, defaults to imgs") p.add_argument("--verbose", "-v", action='store_true', help="Increase verbosity. If not given no files will be downloaded") args = p.parse_args()