diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2022-04-30 15:26:58 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2022-04-30 15:26:58 -0400 |
| commit | 4a2a71d4d832cc80d0af93df817da038de55c72f (patch) | |
| tree | 3b83e459cabae21ad3096b9ae6f9e8ff05e86659 /README.md | |
| parent | 206e1fa68fb921d0fd8c9d31ec59a9b7d0fc2a5d (diff) | |
Updated docs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |
