diff options
| author | Chris McDonough <chrism@plope.com> | 2010-10-29 16:57:28 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-10-29 16:57:28 -0400 |
| commit | 6a3184b3e02015ac3349d87c1f96a68827b47990 (patch) | |
| tree | 052c1fa688ddc4319be38123237177b7e93dca80 /docs/tutorials/zeo | |
| parent | bba6d8bd106b39a617a637726cb2e0cc065cf5b8 (diff) | |
| download | pyramid-6a3184b3e02015ac3349d87c1f96a68827b47990.tar.gz pyramid-6a3184b3e02015ac3349d87c1f96a68827b47990.tar.bz2 pyramid-6a3184b3e02015ac3349d87c1f96a68827b47990.zip | |
- The ``bfgshell`` paster command is now named ``pshell``.
Diffstat (limited to 'docs/tutorials/zeo')
| -rw-r--r-- | docs/tutorials/zeo/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/zeo/index.rst b/docs/tutorials/zeo/index.rst index 1f6d1dac3..2e9d4aa2f 100644 --- a/docs/tutorials/zeo/index.rst +++ b/docs/tutorials/zeo/index.rst @@ -218,13 +218,13 @@ Running about the application has changed. #. You can manipulate the database directly (even when the - application's HTTP server is running) by using the ``bfgshell`` + application's HTTP server is running) by using the ``pshell`` command in a third terminal window: .. code-block:: text :linenos: - [chrism@snowpro sess]$ ../bin/paster --plugin=pyramid bfgshell \ + [chrism@snowpro sess]$ ../bin/paster --plugin=pyramid pshell \ myapp.ini myapp Python 2.5.4 (r254:67916, Sep 4 2009, 02:12:16) [GCC 4.2.1 (Apple Inc. build 5646)] on darwin |
