summaryrefslogtreecommitdiff
path: root/pcregrep.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-08-01 09:54:26 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-08-01 09:54:26 +0000
commit80f5e5c465d1b17a2d4c5f5051ad08bf6b0d9e2f (patch)
tree502dfa40593ef9b13395d8cdaf5ca4afc6b342a9 /pcregrep.c
parent7e66bb5cf034373cb2315ceb283d4cc749aa6d91 (diff)
downloadpcre-80f5e5c465d1b17a2d4c5f5051ad08bf6b0d9e2f.tar.gz
Fix typo in error message in pcregrep.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@646 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcregrep.c')
-rw-r--r--pcregrep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcregrep.c b/pcregrep.c
index d2ea2bc..1a4077b 100644
--- a/pcregrep.c
+++ b/pcregrep.c
@@ -1111,7 +1111,7 @@ while (ptr < endptr)
if (endlinelength == 0 && t == main_buffer + bufsize)
{
fprintf(stderr, "pcregrep: line %d%s%s is too long for the internal buffer\n"
- "pcregrep: check the --buffer_size option\n",
+ "pcregrep: check the --buffer-size option\n",
linenumber,
(filename == NULL)? "" : " of file ",
(filename == NULL)? "" : filename);