aboutsummaryrefslogtreecommitdiff
path: root/bp.1.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-08-02 11:45:01 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-08-02 11:45:01 -0700
commitdb3c88d16b709a622fff390734f387693349341f (patch)
tree653cdd582df834d844430c1ba5e1566da8fe0be7 /bp.1.md
parent53ccb56542ffd78c36bf4d18d28f484b1a4d53d3 (diff)
Context flag: -c -> -C (to match grep), and confirm flag: -C -> -c
Diffstat (limited to 'bp.1.md')
-rw-r--r--bp.1.md4
1 files changed, 2 insertions, 2 deletions
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