From db3c88d16b709a622fff390734f387693349341f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 2 Aug 2021 11:45:01 -0700 Subject: Context flag: -c -> -C (to match grep), and confirm flag: -C -> -c --- bp.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bp.1') diff --git a/bp.1 b/bp.1 index 8a9be7f..2d884d8 100644 --- a/bp.1 +++ b/bp.1 @@ -41,7 +41,7 @@ Perform pattern matching case-insensitively. Perform filtering or replacement in-place (i.e.\ overwrite files with new content). .TP -\f[B]-C\f[R], \f[B]--confirm\f[R] +\f[B]-c\f[R], \f[B]--confirm\f[R] During in-place modification of a file, confirm before each modification. .TP @@ -62,7 +62,7 @@ Use \f[B]git\f[R] to get a list of files. Remaining file arguments (if any) are passed to \f[B]git --ls-files\f[R] instead of treated as literal files. .TP -\f[B]-c\f[R], \f[B]--context\f[R] \f[I]N\f[R] +\f[B]-C\f[R], \f[B]--context\f[R] \f[I]N\f[R] The number of lines of context to print. If \f[I]N\f[R] is 0, print only the exact text of the matches. If \f[I]N\f[R] is \f[B]\[lq]all\[rq]\f[R], print the entire file. -- cgit v1.2.3