mirror of
https://github.com/shouptech/synthale.git
synced 2026-02-03 15:39:45 +00:00
Fix usage block
This commit is contained in:
parent
1ce1586a3d
commit
3760836771
1 changed files with 10 additions and 9 deletions
19
README.rst
19
README.rst
|
|
@ -20,18 +20,19 @@ pip3 install Synthale
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
```
|
::
|
||||||
$ synthale --help
|
|
||||||
Usage: synthale [OPTIONS] INPUT_PATH OUTPUT_PATH
|
|
||||||
|
|
||||||
Generate markdown files from BeerXML files.
|
$ synthale --help
|
||||||
|
Usage: synthale [OPTIONS] INPUT_PATH OUTPUT_PATH
|
||||||
|
|
||||||
INPUT_PATH is either a directory containing XML files, or an individual
|
Generate markdown files from BeerXML files.
|
||||||
XML file. OUTPUT_PATH is the directory to write the markdown files to.
|
|
||||||
|
INPUT_PATH is either a directory containing XML files, or an individual
|
||||||
|
XML file. OUTPUT_PATH is the directory to write the markdown files to.
|
||||||
|
|
||||||
|
Options:
|
||||||
|
--help Show this message and exit.
|
||||||
|
|
||||||
Options:
|
|
||||||
--help Show this message and exit.
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue