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.md | |
| parent | 53ccb56542ffd78c36bf4d18d28f484b1a4d53d3 (diff) | |
Context flag: -c -> -C (to match grep), and confirm flag: -C -> -c
Diffstat (limited to 'bp.1.md')
| -rw-r--r-- | bp.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
