From c1c4f2109bed7076b89f8188b4b395437b330dc9 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 28 Feb 2022 18:45:34 -0500 Subject: [PATCH] Fixed typo --- bp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bp.c b/bp.c index 2e7591f..5146d5a 100644 --- a/bp.c +++ b/bp.c @@ -48,7 +48,7 @@ static const char *usage = ( " -r --replace replace the input pattern with the given replacement\n" " -s --skip skip over the given pattern when looking for matches\n" " -B --context-before set number of lines of context to print before the match\n" - " -B --context-after set number of lines of context to print after the match\n" + " -A --context-after set number of lines of context to print after the match\n" " -C --context set number of lines of context to print before and after the match\n" " -f --format fancy|plain|bare|file:line set the output format\n" " -g --grammar use the specified file as a grammar");