diff options
author | B. Watson <urchlay@slackware.uk> | 2025-02-04 20:59:32 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-02-04 20:59:32 -0500 |
commit | 81749bcdf05ce96a58c7d6073a82195beaf02622 (patch) | |
tree | d9a59704ebe01687a8f34ff5aff953d7d47c01b4 | |
parent | 96db52963ddf54ba331b50973297af921e4913c8 (diff) | |
download | misc-scripts-81749bcdf05ce96a58c7d6073a82195beaf02622.tar.gz |
bsgrep: tweak docs.
-rwxr-xr-x | bsgrep | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -244,7 +244,8 @@ These options work with both B<bsgrep> and B<bsjoin>: Use I<char> as the continuation character, rather than a backslash. Actually, there's no law that says it has to be a single character, if you can think of a use for a string here... though it's treated as -a fixed string, not a regular expression. +a fixed string, not a regular expression. This option does not exist +in B<grep>. =item -k @@ -255,7 +256,7 @@ This option does not exist in B<grep>. Prefix output lines with line numbers (same as B<grep>). For lines that are split with continuation characters, the line number will be -that of the first line in the set. +that of the first line in the set. Same as B<grep>. =item -w |