>From c1cb88a181994b524955d4fcfc5c66ea5d3ae3f8 Mon Sep 17 00:00:00 2001 Message-Id: In-Reply-To: <20053444457c5b4d9b0855a5d06a817272b78de7.1618618172.git.kevin@kevinlocke.name> References: <20053444457c5b4d9b0855a5d06a817272b78de7.1618618172.git.kevin@kevinlocke.name> From: Kevin Locke Date: Fri, 16 Apr 2021 18:07:19 -0600 Subject: [PATCH 2/2] doc: usage: --group-separator/--no-group-separator * src/grep.c (usage): Add --group-separator to --help usage message. Add --no-group-separator to --help usage message. --- src/grep.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/grep.c b/src/grep.c index d27d79e5..04768275 100644 --- a/src/grep.c +++ b/src/grep.c @@ -2048,6 +2048,8 @@ Context control:\n\ ")); printf (_("\ -NUM same as --context=NUM\n\ + --group-separator=SEP print SEP on line between matches with context\n\ + --no-group-separator do not print separator for matches with context\n\ --color[=WHEN],\n\ --colour[=WHEN] use markers to highlight the matching strings;\n\ WHEN is 'always', 'never', or 'auto'\n\ -- 2.30.2