Formatting on optional flags.

This commit is contained in:
Dan Helfman 2021-10-22 13:11:18 -07:00
parent 1b5872bda3
commit d0e2f8c547
1 changed files with 3 additions and 3 deletions

View File

@ -82,10 +82,10 @@ novel-stats /path/to/your/novel.md[pp] [-c/--chapter] [-a/--act] [-pp]
### Optional flags
* -c or --chapter — output chapter-by-chapter breakdown of word counts,
* `-c` or `--chapter` — output chapter-by-chapter breakdown of word counts,
including how many words in each chapter are tagged with which status
* -a or --act — output act-by-act breakdown of word counts (total only)
* --pp — run markdown pre-processor, this allows for a multi-file input
* `-a` or `--act` — output act-by-act breakdown of word counts (total only)
* `--pp` — run markdown pre-processor, this allows for a multi-file input
(e.g. each chapter in its own file), but requires the MarkdownPP python
library.