aboutsummaryrefslogtreecommitdiff
path: root/bp.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2022-02-28 18:45:34 -0500
committerBruce Hill <bruce@bruce-hill.com>2022-02-28 18:45:34 -0500
commitc1c4f2109bed7076b89f8188b4b395437b330dc9 (patch)
treef40a484823cac4a2dec6215c74bff2e9c3a655b4 /bp.c
parent3aabbb6dc5343d4f8cd61a4f83c8eeba14aaef8b (diff)
Fixed typo
Diffstat (limited to 'bp.c')
-rw-r--r--bp.c2
1 files changed, 1 insertions, 1 deletions
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 <replacement> replace the input pattern with the given replacement\n"
" -s --skip <skip-pattern> skip over the given pattern when looking for matches\n"
" -B --context-before <n> set number of lines of context to print before the match\n"
- " -B --context-after <n> set number of lines of context to print after the match\n"
+ " -A --context-after <n> set number of lines of context to print after the match\n"
" -C --context <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 <grammar-file> use the specified file as a grammar");