Skip to content

Commit

Permalink
Document the "-a/--anthology-title" option
Browse files Browse the repository at this point in the history
  • Loading branch information
creideiki committed Mar 11, 2023
1 parent 359a317 commit 74c1b88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Formatting options for the "book" class:

Formatting options for the "novel" class:
```
-a, --anthology-title TITLE title to use for anthology
-f, --frontmatter include front matter pages (title, copyright, dedication, etc.)
-q, --prettify-quotes change ASCII quotation marks to Unicode ones
-s, --hr-style STYLE style of <hr> section breaks: asterism, scenebreak,
Expand All @@ -98,7 +99,8 @@ Formatting options for the "novel" class:
Saves files in a working directory named `./<ID>/.`

If multiple IDs specified, writes an anthology in the current working
directory consisting of the identified stories.
directory consisting of the identified stories. For the "novel" class,
a title must be supplied.

When run multiple times:

Expand Down

0 comments on commit 74c1b88

Please sign in to comment.