Skip to content

Commit

Permalink
corrected another typo in help text
Browse files Browse the repository at this point in the history
  • Loading branch information
trbs committed Feb 24, 2011
1 parent 7e8ca6e commit 3f653cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_extensions/management/commands/graph_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Command(BaseCommand):
make_option('--verbose-names', '-n', action='store_true', dest='verbose_names',
help='Use verbose_name of models and fields'),
make_option('--language', '-L', action='store', dest='language',
help='Specify language used for verrbose_name localization'),
help='Specify language used for verbose_name localization'),
)

help = ("Creates a GraphViz dot file for the specified app names. You can pass multiple app names and they will all be combined into a single model. Output is usually directed to a dot file.")
Expand Down

0 comments on commit 3f653cb

Please sign in to comment.