Skip to content

Commit

Permalink
fix: typo (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Jan 12, 2025
1 parent ad00c8f commit 9c71058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ One of --jsonnet (-j), --replace (-r), or --regexp must be specified.
Options:
--help, -h Show help
--version, -v Show sort-issue-template version
--version, -v Show tfmv version
--replace, -r Replace strings in block names. The format is <old>/<new>. e.g. -/_
--jsonnet, -j Jsonnet file path
--regexp Replace strings in block names by regular expression. The format is <regular expression>/<new>. e.g. '\bfoo\b/bar'
Expand Down

0 comments on commit 9c71058

Please sign in to comment.