From d0e2f8c547770d811d73a8951789a0c8958fd469 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 22 Oct 2021 13:11:18 -0700 Subject: [PATCH] Formatting on optional flags. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be1a69e..a968d67 100644 --- a/README.md +++ b/README.md @@ -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.