diff options
| author | kotfu <kotfu@kotfu.net> | 2019-03-10 21:43:20 -0600 |
|---|---|---|
| committer | kotfu <kotfu@kotfu.net> | 2019-03-10 21:43:20 -0600 |
| commit | a4ff1a45b205171663559b0f7003ecf84face2aa (patch) | |
| tree | e078cbba60ff46563b7a92965ab81bb21ca52310 /docs | |
| parent | 0ff0dfe37b7a9e6998a133452d4718a119b82cf7 (diff) | |
| download | cmd2-git-a4ff1a45b205171663559b0f7003ecf84face2aa.tar.gz | |
Allow both history indices to be negative
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/freefeatures.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/freefeatures.rst b/docs/freefeatures.rst index 027caa91..4bfeffd0 100644 --- a/docs/freefeatures.rst +++ b/docs/freefeatures.rst @@ -310,8 +310,7 @@ last number, it will continue to the end:: 3 alias create three !echo three 4 alias create four !echo four -You can use negative numbers as either the first or second number of the range -(but not both). If you want to display the last three commands entered:: +If you want to display the last three commands entered:: (Cmd) history -- -3: 2 alias create two !echo two |
