summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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