aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-02-04 20:59:32 -0500
committerB. Watson <urchlay@slackware.uk>2025-02-04 20:59:32 -0500
commit81749bcdf05ce96a58c7d6073a82195beaf02622 (patch)
treed9a59704ebe01687a8f34ff5aff953d7d47c01b4
parent96db52963ddf54ba331b50973297af921e4913c8 (diff)
downloadmisc-scripts-81749bcdf05ce96a58c7d6073a82195beaf02622.tar.gz
bsgrep: tweak docs.
-rwxr-xr-xbsgrep5
1 files changed, 3 insertions, 2 deletions
diff --git a/bsgrep b/bsgrep
index 5422448..211a6f9 100755
--- a/bsgrep
+++ b/bsgrep
@@ -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