summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Geary <rtgnj42@gmail.com>2020-04-02 15:25:47 -0400
committerRyan Geary <rtgnj42@gmail.com>2020-04-02 15:25:47 -0400
commit9bf02141f3eaca305092696f52c9774f4cb0926c (patch)
tree9b642a3fa9a506f624d85035550af619c5b1fb30
parentb0aa310c836729f7dcaa37616d139c7571ff5e3d (diff)
Fix documentation inconsistency
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 6c0d984..f4cad7a 100644
--- a/readme.md
+++ b/readme.md
@@ -68,7 +68,7 @@ choose -f ':' 0 3 5 # print the 0th, 3rd, and 5th item from a line, where
# items are separated by ':' instead of whitespace
choose 2:5 # print everything from the 2nd to 5th item on the line,
- # exclusive of the 5th
+ # inclusive of the 5th
choose -x 2:5 # print everything from the 2nd to 5th item on the line,
# exclusive of the 5th