aboutsummaryrefslogtreecommitdiff
path: root/bp.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'bp.1.md')
-rw-r--r--bp.1.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/bp.1.md b/bp.1.md
index 8e9482d..13f98e7 100644
--- a/bp.1.md
+++ b/bp.1.md
@@ -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*