diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2014-01-20 19:48:06 +0800 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2014-01-20 19:48:06 +0800 |
| commit | b0602e935ca8f7fca4d43083a752a6a418bb1e71 (patch) | |
| tree | 3c9308722ea018bcd8d0c9e860d4d8b8760319db /docs | |
| parent | 6ab58e3605834e1372ebc4e7f690946d070e7f91 (diff) | |
Corrected documentation typo.
Thanks to @cjerdonek for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 5f81bbc8e4..19d4716e90 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -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 --------------- |
