Blame SOURCES/grep-3.31-help-align.patch

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