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