diff --git a/docs/releases/1.4-alpha-1.txt b/docs/releases/1.4-alpha-1.txt index a7ad353f43e..6e284bd4055 100644 --- a/docs/releases/1.4-alpha-1.txt +++ b/docs/releases/1.4-alpha-1.txt @@ -453,8 +453,8 @@ The :djadmin:`startapp` and :djadmin:`startproject` management commands got a ``--template`` option for specifying a path or URL to a custom app or project template. -For example, Django will use the ``/path/to/my_project_template`` -directorywhen running the following command:: +For example, Django will use the ``/path/to/my_project_template`` directory +when running the following command:: django-admin.py startproject --template=/path/to/my_project_template myproject diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt index d75ba01993c..b067e2c4132 100644 --- a/docs/releases/1.4.txt +++ b/docs/releases/1.4.txt @@ -443,8 +443,8 @@ The :djadmin:`startapp` and :djadmin:`startproject` management commands got a ``--template`` option for specifying a path or URL to a custom app or project template. -For example, Django will use the ``/path/to/my_project_template`` -directorywhen running the following command:: +For example, Django will use the ``/path/to/my_project_template`` directory +when running the following command:: django-admin.py startproject --template=/path/to/my_project_template myproject