summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-09-28 13:14:11 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2018-09-28 14:35:12 -0700
commit248fd337f461a2efbae4d98b90dc28e9f41712bb (patch)
treeff045226e2a3783e3be37e2ae1cd0e9997eb75f1
parent51dacfb6d444a00fc31d56774a6ec88e6455ebc6 (diff)
downloadgrep-248fd337f461a2efbae4d98b90dc28e9f41712bb.tar.gz
grep: fix usage 80-column glitch
* src/grep.c (usage): Do not go over 80 columns in the source code, to pacify "make dist".
-rw-r--r--src/grep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grep.c b/src/grep.c
index f4ae5f5f..fec9a536 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -1967,7 +1967,8 @@ Output control:\n\
-R, --dereference-recursive likewise, but follow all symlinks\n\
"));
printf (_("\
- --include=GLOB search only files that match GLOB (a file pattern)\n\
+ --include=GLOB search only files that match GLOB (a file pattern)"
+ "\n\
--exclude=GLOB skip files and directories matching GLOB\n\
--exclude-from=FILE skip files matching any file pattern from FILE\n\
--exclude-dir=GLOB skip directories that match GLOB\n\