b35d5f
diff --git a/src/grep.c b/src/grep.c
b35d5f
index 0fcc272..2208a4e 100644
b35d5f
--- a/src/grep.c
b35d5f
+++ b/src/grep.c
b35d5f
@@ -1579,16 +1579,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\