Skip to content

Commit

Permalink
Fix help message for --base options
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-duponchelle committed Feb 27, 2012
1 parent cf7ef39 commit e3e3e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinax/core/management/commands/setup_project.py
Expand Up @@ -37,7 +37,7 @@ class Command(BaseCommand):
optparse.make_option("-b", "--base",
dest = "base",
default = "zero",
help = "the starter project to use as a base (excluding _project, e.g., basic or social. see --list-projects)"
help = "the starter project to use as a base (excluding _project, e.g., basic or social. see --list-bases)"
),
optparse.make_option("--no-reqs",
dest = "no_reqs",
Expand Down

0 comments on commit e3e3e31

Please sign in to comment.