summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlain Magloire <alainm@rcsm.ee.mcgill.ca>1999-11-13 16:30:44 +0000
committerAlain Magloire <alainm@rcsm.ee.mcgill.ca>1999-11-13 16:30:44 +0000
commitea80c67d2a56bcfa5c9f6873c09a779b0e6063ab (patch)
tree51dda324547c6bf1c79d53ec4f9e799026eb5d23 /src
parent9f61eb35b5d5b783e62377a5280bb65e1eb1cf2d (diff)
downloadgrep-ea80c67d2a56bcfa5c9f6873c09a779b0e6063ab.tar.gz
mispelled in usage
mispelled in usage * src/grep.c (usage): Fix misspelling.
Diffstat (limited to 'src')
-rw-r--r--src/grep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grep.c b/src/grep.c
index fdf4ca43..445eeca0 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -1007,7 +1007,7 @@ Context control:\n\
-B, --before-context=NUM print NUM lines of leading context\n\
-A, --after-context=NUM print NUM lines of trailing context\n\
-C, --context[=NUM] print NUM (default 2) lines of output context\n\
- unless overriden by -A or -B\n\
+ unless overridden by -A or -B\n\
-NUM same as --context=NUM\n\
-U, --binary do not strip CR characters at EOL (MSDOS)\n\
-u, --unix-byte-offsets report offsets as if CRs were not there (MSDOS)\n\