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.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bp.1.md') diff --git a/bp.1.md b/bp.1.md index 13f98e7..b5cc6d8 100644 --- a/bp.1.md +++ b/bp.1.md @@ -42,7 +42,7 @@ themselves. : Perform filtering or replacement in-place (i.e. overwrite files with new content). -`-C`, `--confirm` +`-c`, `--confirm` : During in-place modification of a file, confirm before each modification. `-r`, `--replace` *replacement* @@ -61,7 +61,7 @@ for more info. : Use `git` to get a list of files. Remaining file arguments (if any) are passed to `git --ls-files` instead of treated as literal files. -`-c`, `--context` *N* +`-C`, `--context` *N* : The number of lines of context to print. If *N* is 0, print only the exact text of the matches. If *N* is **"all"**, print the entire file. Otherwise, if *N* is a positive integer, print the whole line on which -- cgit v1.2.3