From 71f9b13025882512f150d9b167c4dc7f91ab3b5c Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Mon, 6 Jan 2020 16:49:01 -0800 Subject: Update README to note -a/-o incompatibility --- README.md | 2 +- wikiget/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7335cf..cb2169b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Requires Python 3.5+. Get it with `pip install --user wikiget` or, if you prefer ## Usage -`wikiget [-h] [-V] [-q | -v] [-f] [-a] [--site SITE] [-o OUTPUT] FILE` +`wikiget [-h] [-V] [-q | -v] [-f] [--site SITE] [-o OUTPUT | -a] FILE` If `FILE` is in the form `File:Example.jpg` or `Example.jpg`, it will be fetched from the default site, which is "commons.wikimedia.org". If it's the diff --git a/wikiget/version.py b/wikiget/version.py index a5449b9..eff7413 100644 --- a/wikiget/version.py +++ b/wikiget/version.py @@ -1,3 +1,3 @@ """Sets the program version in setup.py and on the command line.""" -__version__ = '0.4.1' +__version__ = '0.4.2.dev1' -- cgit v1.2.3