summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/internals/howto-release-django.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt
index f8b9005691..69795c76f7 100644
--- a/docs/internals/howto-release-django.txt
+++ b/docs/internals/howto-release-django.txt
@@ -726,7 +726,9 @@ You're almost done! All that's left to do now is:
.. code-block:: shell
$ cd django
- $ django-admin makemessages -l en --domain=djangojs --domain=django
+ $ django-admin makemessages -l en --domain=django
+ processing locale en
+ $ django-admin makemessages -l en --domain=djangojs
processing locale en
#. Review the diff before pushing and avoid committing changes to the