Skip to content

Commit

Permalink
Update help message
Browse files Browse the repository at this point in the history
  • Loading branch information
cidrblock committed Aug 14, 2023
1 parent a3df713 commit f0294d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansible_cdk/arg_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def parse() -> argparse.Namespace:
"--version",
action="version",
version=version_builder(),
help="Print ansible-creator version and exit.",
help="Print the included tool versions and exit.",
)

return parser.parse_args()

0 comments on commit f0294d5

Please sign in to comment.