Skip to content

Commit 1e98ad4

Browse files
committed
--suffix not --prefix
1 parent 44cdeac commit 1e98ad4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Unreleased
66

77
New configuration options from the command line:
88

9-
- ``--prefix`` option allows you to customize the suffix of the plain text mirror.
9+
- ``--suffix`` option allows you to customize the suffix of the plain text mirror.
1010
- ``--header`` option allows you to add header content to the plain text file.
1111

1212
0.1.0 (2021-03-18)

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ However, you can customize the suffix of the file name by setting a ``--suffix``
119119
hooks:
120120
- id: docxplain
121121
args:
122-
- "--prefix"
122+
- "--suffix"
123123
- ".extracted.txt"
124124

125125
Plain text file header

0 commit comments

Comments
 (0)