aboutsummaryrefslogtreecommitdiff
path: root/misc/bsdsfv/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-04-04 19:08:05 -0400
committerB. Watson <yalhcru@gmail.com>2022-04-04 19:08:05 -0400
commit42cca93c7fb896f56ed44c4b0310f643e57aeb77 (patch)
treede36eed19092848eaabe5dfe10497c4bddf2a94d /misc/bsdsfv/README
parent96abaec1e67f621e8471bb6afea27009ebcc4fa2 (diff)
misc/bsdsfv: COLOR=yes by default, fix docs.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'misc/bsdsfv/README')
-rw-r--r--misc/bsdsfv/README9
1 files changed, 7 insertions, 2 deletions
diff --git a/misc/bsdsfv/README b/misc/bsdsfv/README
index 81d988f3f503..b700f72ed602 100644
--- a/misc/bsdsfv/README
+++ b/misc/bsdsfv/README
@@ -5,5 +5,10 @@ You can use bsdsfv on your own computer as well as on your site.
It is known to be very flexible and can be used by other programs.
It is released under the terms of the BSD license.
-Added option COLOR=yes if you want color in output,
-it's very useful if you check big sfv files to find errors fast.
+Compile time option: by default, bsdsfv is built with color output
+support, which is very useful if you're checking big sfv files to find
+errors fast. You can export COLOR=no in the script's environment if
+you don't want color output.
+
+Note: there's no man page for bsdsfv. The documentation can be found
+in /usr/doc/bsdsfv-$VERSION/MANUAL instead.