bkabrda / rpms / grep

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