Blame SOURCES/grep-3.5-help-align.patch
|
|
a7991f |
diff --git a/src/grep.c b/src/grep.c
|
|
|
a7991f |
index a530988..b6f6ee3 100644
|
|
|
a7991f |
--- a/src/grep.c
|
|
|
a7991f |
+++ b/src/grep.c
|
|
|
a7991f |
@@ -2023,7 +2023,8 @@ Output control:\n\
|
|
|
a7991f |
-D, --devices=ACTION how to handle devices, FIFOs and sockets;\n\
|
|
|
a7991f |
ACTION is 'read' or 'skip'\n\
|
|
|
a7991f |
-r, --recursive like --directories=recurse\n\
|
|
|
a7991f |
- -R, --dereference-recursive likewise, but follow all symlinks\n\
|
|
|
a7991f |
+ -R, --dereference-recursive\n\
|
|
|
a7991f |
+ likewise, but follow all symlinks\n\
|
|
|
a7991f |
"));
|
|
|
a7991f |
printf (_("\
|
|
|
a7991f |
--include=GLOB search only files that match GLOB (a file pattern)"
|
|
|
a7991f |
@@ -2033,7 +2034,7 @@ Output control:\n\
|
|
|
a7991f |
--exclude-dir=GLOB skip directories that match GLOB\n\
|
|
|
a7991f |
"));
|
|
|
a7991f |
printf (_("\
|
|
|
a7991f |
- -L, --files-without-match print only names of FILEs with no selected lines\n\
|
|
|
a7991f |
+ -L, --files-without-match print only names of FILEs with no selected lines\n\
|
|
|
a7991f |
-l, --files-with-matches print only names of FILEs with selected lines\n\
|
|
|
a7991f |
-c, --count print only a count of selected lines per FILE\n\
|
|
|
a7991f |
-T, --initial-tab make tabs line up (if needed)\n\
|