aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--wikiget/version.py2
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'