ce62507
diff --git a/src/main.c b/src/main.c
4789660
index 7c1bd60..6b7a932 100644
ce62507
--- a/src/main.c
ce62507
+++ b/src/main.c
4789660
@@ -1598,16 +1598,19 @@ 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\
ce62507
-      --exclude=FILE_PATTERN  skip files and directories matching FILE_PATTERN\n\
ce62507
+      --include=FILE_PATTERN\n\
ce62507
+                            search only files that match FILE_PATTERN\n\
ce62507
+      --exclude=FILE_PATTERN\n\
ce62507
+                            skip files and directories matching 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 (_("\
ce62507
-  -L, --files-without-match  print only names of FILEs containing no match\n\
ce62507
+  -L, --files-without-match print only names of FILEs containing no match\n\
ce62507
   -l, --files-with-matches  print only names of FILEs containing matches\n\
ce62507
   -c, --count               print only a count of matching lines per FILE\n\
ce62507
   -T, --initial-tab         make tabs line up (if needed)\n\