Skip to content

Commit

Permalink
refactor(parser): Update help message for substitution argument
Browse files Browse the repository at this point in the history
  • Loading branch information
junghoon-vans committed Dec 22, 2022
1 parent dd364ac commit 8349578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varst/utils/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(self) -> None:

self._parser.add_argument(
"substitutions", nargs="*",
help="name-value pairs of substitutions",
help="pairs of substitution definition. format is 'text=data'",
type=_pattern_type,
)
self._parser.add_argument(
Expand Down

0 comments on commit 8349578

Please sign in to comment.