From 9bf02141f3eaca305092696f52c9774f4cb0926c Mon Sep 17 00:00:00 2001 From: Ryan Geary Date: Thu, 2 Apr 2020 15:25:47 -0400 Subject: Fix documentation inconsistency --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3