Skip to content

Commit 2876e96

Browse files
committed
ENH: Improve help string associated with --exclude argument
1 parent fd2cfd8 commit 2876e96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codespell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def parse_args():
209209

210210
parser.add_argument('--exclude', '-e', action='append',
211211
dest='exclude',
212-
help='Add exclude regex (multiples allowed)')
212+
help='Specify regex for excluding files (multiples allowed)')
213213

214214
parser.add_argument('--prefix', '-p', action='append', default=[],
215215
dest='prefixes',

0 commit comments

Comments
 (0)