diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-02-27 08:53:34 -0500 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-02-27 08:53:34 -0500 |
| commit | c46e0a690ce9ad72e2c6e3e6f06d63df3261f833 (patch) | |
| tree | 82bd24661826b2fa5e6c4db4c307f588e54ceb23 /docs/transcript.rst | |
| parent | 2ebaf978db5eed1223ae325e1c99d2c3358f1992 (diff) | |
| download | cmd2-git-c46e0a690ce9ad72e2c6e3e6f06d63df3261f833.tar.gz | |
Changed pipeing to piping
Diffstat (limited to 'docs/transcript.rst')
| -rw-r--r-- | docs/transcript.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/transcript.rst b/docs/transcript.rst index 184f129d..36b35fcf 100644 --- a/docs/transcript.rst +++ b/docs/transcript.rst @@ -29,7 +29,7 @@ This is by far the easiest way to generate a transcript. .. warning:: Make sure you use the **poutput()** method in your ``cmd2`` application for generating command output. This method - of the ``cmd2.Cmd`` class ensure that output is properly redirected when redirecting to a file, pipeing to a shell + of the ``cmd2.Cmd`` class ensure that output is properly redirected when redirecting to a file, piping to a shell command, and when generating a transcript. Manually |
