summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Geary <rtgnj42@gmail.com>2020-06-08 11:15:21 -0400
committerRyan Geary <rtgnj42@gmail.com>2020-06-08 11:20:25 -0400
commit63b9eea62c44182032d86f722e54c11cdc1d9077 (patch)
tree9f458155d3ee602537535d4134a053aa59b3881f
parentdfbeb102bb38af4f4bbe70c6efa4e1ddfd3b9018 (diff)
Fix readme exclusivity mistake
fixes #14
-rw-r--r--readme.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 0b6faca..d226078 100644
--- a/readme.md
+++ b/readme.md
@@ -83,7 +83,9 @@ choose 2:5 # print everything from the 2nd to 5th item on the line,
choose -x 2:5 # print everything from the 2nd to 5th item on the line,
# exclusive of the 5th
-choose :3 # print the beginning of the line to the 3rd item,
+choose :3 # print the beginning of the line to the 3rd item
+
+choose -x :3 # print the beginning of the line to the 3rd item,
# exclusive
choose 3: # print the third item to the end of the line