diff options
author | Steven Schubiger <stsc@refcnt.org> | 2019-09-07 21:26:26 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2019-09-07 21:26:26 +0200 |
commit | a3c5c67fff4a2b49f6a97702aab15b9a301e3890 (patch) | |
tree | 49d37efa3d7c0ca1f78be5b5c5bbd2ef9e84289e | |
parent | d04e14ae7bef2af9121bc4880e36128acd3dd8ed (diff) | |
download | colorize-a3c5c67fff4a2b49f6a97702aab15b9a301e3890.tar.gz colorize-a3c5c67fff4a2b49f6a97702aab15b9a301e3890.tar.bz2 |
Mention config file in README
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -56,6 +56,12 @@ file provided here for the `tee' invocation will be populated with the captured output from both standard output and error stream. +Configuration File +------------------ +A user configuration file may be populated with options and +according values. See man page source file `colorize.1' for +details. + Documentation ------------- See man page source file: colorize.1. |