diff options
| author | Cody Logan <clpo13@gmail.com> | 2020-01-06 16:49:01 -0800 |
|---|---|---|
| committer | Cody Logan <clpo13@gmail.com> | 2020-01-06 16:49:01 -0800 |
| commit | 71f9b13025882512f150d9b167c4dc7f91ab3b5c (patch) | |
| tree | 052fa84623f58e2a02fc53766cc3425459c2f09d | |
| parent | b6d58f4aecf452eb46d0e2190f56b512fb717e8d (diff) | |
| download | wikiget-71f9b13025882512f150d9b167c4dc7f91ab3b5c.tar.gz wikiget-71f9b13025882512f150d9b167c4dc7f91ab3b5c.zip | |
Update README to note -a/-o incompatibility
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | wikiget/version.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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' |
