Skip to content

Commit

Permalink
Corrected documentation typo.
Browse files Browse the repository at this point in the history
Thanks to @cjerdonek for the report.
  • Loading branch information
freakboy3742 committed Jan 20, 2014
1 parent 6ab58e3 commit b0602e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/django-admin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ types of checks. These check types are categorized with tags. You can use these
to restrict the checks performed to just those in a particular category. For example,
to perform only security and compatibility checks, you would run::

python manage.py --tag security -tag compatibility
python manage.py --tag security --tag compatibility

compilemessages
---------------
Expand Down

3 comments on commit b0602e9

@brutasse
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't that be python manage.py check --tag security --tag compatibility?

check is also missing L116.

@freakboy3742
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/facepalm… yes, of course. Fixed.

@brutasse
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.