diff options
| author | Loic Bistuer <loic.bistuer@gmail.com> | 2014-05-01 14:03:24 +0700 |
|---|---|---|
| committer | Loic Bistuer <loic.bistuer@gmail.com> | 2014-05-02 23:07:17 +0700 |
| commit | d1799233f46c39379fe429a4ece128d96b128006 (patch) | |
| tree | cba5ad052c1fc9a8ee8b0d2b5ac4c9a2d8817b17 /docs/man | |
| parent | 0dce44e16be2d4850120cd333380ab9171c5964a (diff) | |
Fixed clash caused by the newly introduced -e shorthand for makemessages --exclude.
This fixes a regression caused by 0707b82. Refs #22328.
Diffstat (limited to 'docs/man')
| -rw-r--r-- | docs/man/django-admin.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/django-admin.1 b/docs/man/django-admin.1 index fd254d5268..621d37c554 100644 --- a/docs/man/django-admin.1 +++ b/docs/man/django-admin.1 @@ -176,7 +176,7 @@ output a full stack trace whenever an exception is raised. .I \-l, \-\-locale=LOCALE The locale to process when using makemessages or compilemessages. .TP -.I \-e, \-\-exclude=LOCALE +.I \-x, \-\-exclude=LOCALE The locale to exclude from processing when using makemessages or compilemessages. .TP .I \-d, \-\-domain=DOMAIN |
