aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 20ee2ad..0582186 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,8 @@ Pattern | Meaning
`(pat1 @keep=pat2) => "@keep"` | Match `pat1` followed by `pat2` and replace it with the text of `pat2`
`pat1~pat2` | `pat1` when `pat2` can be found within the result
`pat1!~pat2` | `pat1` when `pat2` can not be found within the result
-`name:pat2` | `name` is defined to mean `pat`
+`name: pat2` | `name` is defined to mean `pat`
+`name:: pat2` | `name` is defined to mean `pat` and matches have `name` attached to the result as metadata
`# line comment` | A line comment
See `man ./bp.1` for more details.