diff options
author | Steven Schubiger <stsc@refcnt.org> | 2017-04-22 23:16:51 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2017-04-22 23:16:51 +0200 |
commit | b87c52d154d2953b932a54866a74fc9e10e6ae80 (patch) | |
tree | e109db864e1c11ee50660131890b16c639635e8c | |
parent | 847a1b10725ce024bba24725355f89c3d005a55e (diff) | |
download | colorize-b87c52d154d2953b932a54866a74fc9e10e6ae80.tar.gz colorize-b87c52d154d2953b932a54866a74fc9e10e6ae80.tar.bz2 |
Update plain documentation
-rw-r--r-- | doc/colorize.html | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/colorize.html b/doc/colorize.html index 8084cc7..1f489af 100644 --- a/doc/colorize.html +++ b/doc/colorize.html @@ -28,6 +28,7 @@ Usage: ./colorize (foreground) OR (foreground)/(background) OR --clean[-all] [-| whereas for lower case colors will be of normal intensity. Options + --attr --clean --clean-all --exclude-random @@ -85,12 +86,22 @@ permitted by applicable law. <span style="color:red;">permitted by applicable law.</span> </pre> <pre> +<span style="color:yellow;font-weight:bold;">[sts@apollo ~/colorize]$</span> ./colorize --attr=bold magenta /etc/motd +<span style="color:fuchsia;font-weight:bold;"></span> +<span style="color:fuchsia;font-weight:bold;">The programs included with the Debian GNU/Linux system are free software;</span> +<span style="color:fuchsia;font-weight:bold;">the exact distribution terms for each program are described in the</span> +<span style="color:fuchsia;font-weight:bold;">individual files in /usr/share/doc/*/copyright.</span> +<span style="color:fuchsia;font-weight:bold;"></span> +<span style="color:fuchsia;font-weight:bold;">Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent</span> +<span style="color:fuchsia;font-weight:bold;">permitted by applicable law.</span> +</pre> +<pre> <span style="color:yellow;font-weight:bold;">[sts@apollo ~/colorize]$</span> ./colorize green /etc/motd | head -n2 | tail -n1 <span style="color:lime;">The programs included with the Debian GNU/Linux system are free software;</span> </pre> <pre> <span style="color:yellow;font-weight:bold;">[sts@apollo ~/colorize]$</span> ./colorize --version -colorize v0.59-16-gf340b58 (compiled at Mar 18 2017, 00:08:31) +colorize v0.60-9-g847a1b1 (compiled at Apr 22 2017, 14:32:01) Compiler flags: "-ansi -pedantic " Linker flags: "" Preprocessor flags: "" |