Skip to content

Commit

Permalink
cli usage reflects installed script name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Myers committed Aug 17, 2014
1 parent 62a0115 commit 6791c72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cfn_pyplates/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ def generate():
"""Generate CloudFormation JSON Template based on a Pyplate
Usage:
cfpy_generate <pyplate> [<outfile>] [-o/--options=<options_mapping>]
cfpy_generate (-h|--help)
cfpy_generate --version
cfn_py_generate <pyplate> [<outfile>] [-o/--options=<options_mapping>]
cfn_py_generate (-h|--help)
cfn_py_generate --version
Arguments:
pyplate
Expand Down

0 comments on commit 6791c72

Please sign in to comment.