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