diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-03-16 23:49:36 -0400 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-03-16 23:49:36 -0400 |
| commit | 4ee2ad821ab8537cfa864297c91c7f5f16b13bfe (patch) | |
| tree | 1e38f6153349dacb0aee4d652906fd029600ec96 /README.rst | |
| parent | 91cc19ca5d95aaa6ef2188c226c9cbcf8b19537f (diff) | |
| download | cmd2-git-4ee2ad821ab8537cfa864297c91c7f5f16b13bfe.tar.gz | |
Attempt at fixing the end of README.rst
Diffstat (limited to 'README.rst')
| -rwxr-xr-x | README.rst | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -248,6 +248,7 @@ example/exampleSession.txt:: ---> say goodbye
goodbye
-Note how a regular expression ``/True|False/`` is used near the end for output of the **show color** command since
+
+Note how a regular expression ``/(True|False)/`` is used near the end for output of the **show color** command since
colored text is currently not available for cmd2 on Windows. Regular expressions can be used anywhere within a
transcript file simply by embedding them within two forward slashes, ``/``.
|
