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