summaryrefslogtreecommitdiff
path: root/docs/man
diff options
context:
space:
mode:
authorAnton Baklanov <antonbaklanov@gmail.com>2014-11-16 00:56:37 +0200
committerClaude Paroz <claude@2xlibre.net>2014-11-18 22:44:16 +0100
commitd63703f1cd373f2a1d52e1947835b44d9565c1e0 (patch)
treeef75f8c2766516d0204d4251d7d10c8424d6b763 /docs/man
parentd18810131995dac63f9d89b0beaeadfc935130aa (diff)
Fixed #18714 -- Added 'fuzzy' compilemessages option
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/django-admin.12
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/django-admin.1 b/docs/man/django-admin.1
index f0cd3d44bb..243a15edf5 100644
--- a/docs/man/django-admin.1
+++ b/docs/man/django-admin.1
@@ -21,7 +21,7 @@ script found at the top level of each Django project directory.
.BI cleanup
Cleans out old data from the database (only expired sessions at the moment).
.TP
-.BI "compilemessages [" "\-\-locale=LOCALE" "] [" "\-\-exclude=LOCALE" "]"
+.BI "compilemessages [" "\-\-locale=LOCALE" "] [" "\-\-exclude=LOCALE" "] [" "\-\-use\-fuzzy" "]"
Compiles .po files to .mo files for use with builtin gettext support.
.TP
.BI "createcachetable [" "tablename" "]"