Skip to content

Commit

Permalink
fix typo in help text
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLydike committed Sep 3, 2024
1 parent 5b1cbb6 commit 2ecdcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filecheck/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
match.
--match-full-lines : Expect every check line to match the whole line.
--reject-empty-vars : Raise an error when a value captures an empty string.
--dump-intput : Dump the input to stderr annotated with helpful
--dump-input : Dump the input to stderr annotated with helpful
information depending on the context. Allowed values
are help, always, never, fail. Default is fail.
Only fail and never is currently supported in this
Expand Down

0 comments on commit 2ecdcd5

Please sign in to comment.