diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-07-30 20:46:50 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-07-30 20:46:50 -0700 |
| commit | cb9b4c40d87480bc794b90c2a36ed0f4c3240d8a (patch) | |
| tree | a05b73ef7e5e1e58c1d85cffba1adb4aef2532c1 /bp.1.md | |
| parent | 9c05f880b00065abfa6f8c9335a50522b76a4fa2 (diff) | |
Added -w/--word flag
Diffstat (limited to 'bp.1.md')
| -rw-r--r-- | bp.1.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -17,8 +17,13 @@ syntax. # OPTIONS -`-v`, `--verbose` -: Print debugging information. +`-p`, `--pattern` *pat* +: Give a pattern in BP syntax instead of string syntax (equivalent to `bp +'\(pat)'` + +`-w`, `--word` *word* +: Surround a string pattern with word boundaries (equivalent to `bp +'\|word\|'`) `-e`, `--explain` : Print a visual explanation of the matches. @@ -69,7 +74,7 @@ occur). includes neither, and *auto* (the default) uses *fancy* formatting only when the output is a TTY. -`--help` +`-h`, `--help` : Print the usage and exit. *pattern* |
