From 3a23d1ff898858652b1e7df13ef48fc5bc5819a3 Mon Sep 17 00:00:00 2001 From: Bruce Eckel Date: Thu, 2 Jun 2016 14:15:05 -0700 Subject: [PATCH] Remove potential confusion --- docs/install.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 933f93ffb3c..37e78b596b0 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -107,10 +107,9 @@ in ``PRODUCTION_DOMAIN``. You can utilize ``local_settings.py`` to modify this. (By default, it's ``localhost:8000``) While the webserver is running, you can build documentation for the latest version of -a project called 'pip' with the ``update_repos`` command. You can replace 'pip' -with the name of any added project:: +a project called 'project_name' with the ``update_repos`` command:: - ./manage.py update_repos pip + ./manage.py update_repos project_name What's available ----------------