|
|
6c1ddd |
diff --git a/src/grep.c b/src/grep.c
|
|
|
629fcb |
index 0fcc272..2208a4e 100644
|
|
|
6c1ddd |
--- a/src/grep.c
|
|
|
6c1ddd |
+++ b/src/grep.c
|
|
|
629fcb |
@@ -1579,16 +1579,19 @@ Output control:\n\
|
|
|
ce6250 |
-D, --devices=ACTION how to handle devices, FIFOs and sockets;\n\
|
|
|
ce6250 |
ACTION is 'read' or 'skip'\n\
|
|
|
ce6250 |
-r, --recursive like --directories=recurse\n\
|
|
|
ce6250 |
- -R, --dereference-recursive likewise, but follow all symlinks\n\
|
|
|
ce6250 |
+ -R, --dereference-recursive\n\
|
|
|
ce6250 |
+ likewise, but follow all symlinks\n\
|
|
|
ce6250 |
"));
|
|
|
ce6250 |
printf (_("\
|
|
|
ce6250 |
- --include=FILE_PATTERN search only files that match FILE_PATTERN\n\
|
|
|
ce6250 |
- --exclude=FILE_PATTERN skip files and directories matching FILE_PATTERN\n\
|
|
|
ce6250 |
+ --include=FILE_PATTERN\n\
|
|
|
ce6250 |
+ search only files that match FILE_PATTERN\n\
|
|
|
ce6250 |
+ --exclude=FILE_PATTERN\n\
|
|
|
ce6250 |
+ skip files and directories matching FILE_PATTERN\n\
|
|
|
ce6250 |
--exclude-from=FILE skip files matching any file pattern from FILE\n\
|
|
|
ce6250 |
- --exclude-dir=PATTERN directories that match PATTERN will be skipped.\n\
|
|
|
ce6250 |
+ --exclude-dir=PATTERN directories that match PATTERN will be skipped.\n\
|
|
|
ce6250 |
"));
|
|
|
ce6250 |
printf (_("\
|
|
|
ce6250 |
- -L, --files-without-match print only names of FILEs containing no match\n\
|
|
|
ce6250 |
+ -L, --files-without-match print only names of FILEs containing no match\n\
|
|
|
ce6250 |
-l, --files-with-matches print only names of FILEs containing matches\n\
|
|
|
ce6250 |
-c, --count print only a count of matching lines per FILE\n\
|
|
|
ce6250 |
-T, --initial-tab make tabs line up (if needed)\n\
|