readme fixes
This commit is contained in:
@@ -19,7 +19,7 @@ To use it:
|
|||||||
```
|
```
|
||||||
$ wookiee-dl --help
|
$ wookiee-dl --help
|
||||||
|
|
||||||
Usage: python -m wookiee-dl [OPTIONS] COMMAND [ARGS]...
|
Usage: wookiee-dl [OPTIONS] COMMAND [ARGS]...
|
||||||
|
|
||||||
Command line interface of convenience utilities for use with Wookieepedia
|
Command line interface of convenience utilities for use with Wookieepedia
|
||||||
(via pywikibot and mediawiki)
|
(via pywikibot and mediawiki)
|
||||||
@@ -37,7 +37,7 @@ Commands:
|
|||||||
|
|
||||||
## HTML
|
## HTML
|
||||||
```
|
```
|
||||||
Usage: python -m wookiee-dl html [OPTIONS] QUERY
|
Usage: wookiee-dl html [OPTIONS] QUERY
|
||||||
|
|
||||||
Outputs the Wiki page as an HTML document
|
Outputs the Wiki page as an HTML document
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@ Options:
|
|||||||
|
|
||||||
## Images
|
## Images
|
||||||
```
|
```
|
||||||
Usage: python -m wookiee-dl images [OPTIONS] QUERY
|
Usage: wookiee-dl images [OPTIONS] QUERY
|
||||||
|
|
||||||
Dump all images from a given page.
|
Dump all images from a given page.
|
||||||
|
|
||||||
@@ -62,7 +62,7 @@ Options:
|
|||||||
|
|
||||||
## Text
|
## Text
|
||||||
```
|
```
|
||||||
Usage: python -m wookiee-dl text [OPTIONS] QUERY
|
Usage: wookiee-dl text [OPTIONS] QUERY
|
||||||
|
|
||||||
Return page link in url formats
|
Return page link in url formats
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user