diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-08-23 08:07:35 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-08-23 08:07:35 +0000 |
| commit | a323fd3c5e9d53b22efb8660e9dd0d666002dc09 (patch) | |
| tree | ec95381faecef9e92b38c59e2f6b345eb065befb /docs/ref/django-admin.txt | |
| parent | 5d4c37af7cedfc78f0f223960e0bfd26f12eaa31 (diff) | |
Fixed #14112 -- Various Markup fixes for the docs. Thanks to ramiro for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13628 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/django-admin.txt')
| -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 335c8b8999..67b1b6c9db 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -104,7 +104,7 @@ compilemessages Compiles .po files created with ``makemessages`` to .mo files for use with the builtin gettext support. See :doc:`/topics/i18n/index`. -Use the :djadminopt:`--locale`` option to specify the locale to process. +Use the :djadminopt:`--locale` option to specify the locale to process. If not provided, all locales are processed. Example usage:: |
