diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-08-02 11:45:01 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-08-02 11:45:01 -0700 |
| commit | db3c88d16b709a622fff390734f387693349341f (patch) | |
| tree | 653cdd582df834d844430c1ba5e1566da8fe0be7 /bp.1 | |
| parent | 53ccb56542ffd78c36bf4d18d28f484b1a4d53d3 (diff) | |
Context flag: -c -> -C (to match grep), and confirm flag: -C -> -c
Diffstat (limited to 'bp.1')
| -rw-r--r-- | bp.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
