Skip to content

Commit

Permalink
update pcreate --package-name help with better verbiage which
Browse files Browse the repository at this point in the history
more explicitly states that package name is assumed to be safe
  • Loading branch information
goodwillcoding committed Oct 3, 2016
1 parent 24c6355 commit 5aa7573
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyramid/scripts/pcreate.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ class PCreateCommand(object):
dest='package_name',
action='store',
type='string',
help='Package name to use. Has to be a valid python '
'package name. (By default package name is derived '
help='Package name to use. Named provided is assumed to '
'be a valid python package name and will not be '
'validated. (By default package name is derived '
'from output_directory base folder name)')
parser.add_option('--simulate',
dest='simulate',
Expand Down

0 comments on commit 5aa7573

Please sign in to comment.