summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-01-15 17:20:08 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-01-15 17:20:08 -0500
commite3bc19fb0d88403d5a4906afe0f323a99e373942 (patch)
tree4092b47c9ea3aa724ef118ae351375558245ae4c /README.md
parente14f628b835e7f38be8ae3706ec2c332c9f66a03 (diff)
downloadcmd2-git-e3bc19fb0d88403d5a4906afe0f323a99e373942.tar.gz
Fixed comment in README.md that referred to the "list" command which was merged into the "history" command awhile back
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2a3cb0f5..17e581a2 100755
--- a/README.md
+++ b/README.md
@@ -70,13 +70,13 @@ Instructions for implementing each feature follow.
- Searchable command history
All commands will automatically be tracked in the session's history, unless the command is listed in Cmd's excludeFromHistory attribute.
- The history is accessed through the `history`, `list`, and `run` commands.
+ The history is accessed through the `history` command.
If you wish to exclude some of your custom commands from the history, append their names
to the list at `Cmd.ExcludeFromHistory`.
- Load commands from file, save to file, edit commands in file
- Type `help load`, `help save`, `help edit` for details.
+ Type `help load`, `help history` for details.
- Multi-line commands