From 1b3f0df392129079cf8402ca7b9b3885290a3f9e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 11 Nov 2009 05:18:13 +0000 Subject: Fix arg ordering. --- docs/narr/project.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 0c2b133ea..9e00c5910 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -199,7 +199,7 @@ the name ``main`` as a section name: .. code-block:: bash :linenos: - [chrism@vitaminf bfgshellenv]$ ../bin/paster bfgshell --plugin=repoze.bfg MyProject.ini main + [chrism@vitaminf bfgshellenv]$ ../bin/paster --plugin=repoze.bfg bfgshell MyProject.ini main Python 2.4.5 (#1, Aug 29 2008, 12:27:37) [GCC 4.0.1 (Apple Inc. build 5465)] on darwin @@ -209,8 +209,8 @@ the name ``main`` as a section name: ... note:: You *might* get away without passing ``--plugin=repoze.bfg`` to the bfgshell command; the - ``--plugin=repoze.bfg`` option is required under conditions - that are not yet well-understood. + ``--plugin=repoze.bfg`` option is only required under + conditions that are not yet well-understood. If you have `IPython `_ installed in the interpreter you use to invoke the ``paster`` command, -- cgit v1.2.3