summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorkmvanbrunt <kmvanbrunt@gmail.com>2018-04-06 20:21:56 -0400
committerGitHub <noreply@github.com>2018-04-06 20:21:56 -0400
commit52c5497eaa08c843bea95165b3399a2ca5ab038c (patch)
tree7e242679604c761bd741d4e6a01327af9cf8a111 /setup.py
parenta5cc73a5c104c8129146db5a40bc61057c426a7d (diff)
parentce4c9dd46e7425e81e63da7120985bd319ace570 (diff)
downloadcmd2-git-52c5497eaa08c843bea95165b3399a2ca5ab038c.tar.gz
Merge pull request #338 from python-cmd2/doc_updates
Corrected docs
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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*)