summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-04-06 18:34:32 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-04-06 18:34:32 -0400
commitce4c9dd46e7425e81e63da7120985bd319ace570 (patch)
tree7e242679604c761bd741d4e6a01327af9cf8a111
parenta5cc73a5c104c8129146db5a40bc61057c426a7d (diff)
downloadcmd2-git-ce4c9dd46e7425e81e63da7120985bd319ace570.tar.gz
Corrected docs
-rwxr-xr-xREADME.md2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 587fb104..9c8f8383 100755
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Main Features
- `py` enters interactive Python console (opt-in `ipy` for IPython console)
- Option to display long output using a pager with ``cmd2.Cmd.ppaged()``
- Multi-line commands
-- Special-character command shortcuts (beyond cmd's `@` and `!`)
+- Special-character command shortcuts (beyond cmd's `?` and `!`)
- Command aliasing similar to bash `alias` command
- Ability to load commands at startup from an initialization script
- Settable environment parameters
diff --git a/setup.py b/setup.py
index 424a4275..a7aef307 100755
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ Main features:
- Bare `>`, `>>` with no filename send output to paste buffer (clipboard)
- `py` enters interactive Python console (opt-in `ipy` for IPython console)
- Multi-line commands
- - Special-character command shortcuts (beyond cmd's `@` and `!`)
+ - Special-character command shortcuts (beyond cmd's `?` and `!`)
- Settable environment parameters
- Parsing commands with arguments using `argparse`, including support for sub-commands
- Unicode character support (*Python 3 only*)