diff options
author | Steven Schubiger <stsc@refcnt.org> | 2017-04-25 21:53:24 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2017-04-25 21:53:24 +0200 |
commit | f1c44195b0950ef15dc9108025dbc2251b274225 (patch) | |
tree | 463f3aad122fd104c39fcd93578a51a391fe13ac /doc/colorize.html | |
parent | 78eed47b63832cf88d2c1a9700cec16298901a44 (diff) | |
parent | b87c52d154d2953b932a54866a74fc9e10e6ae80 (diff) | |
download | colorize-f1c44195b0950ef15dc9108025dbc2251b274225.tar.gz colorize-f1c44195b0950ef15dc9108025dbc2251b274225.tar.bz2 |
Merge branch 'opt_attr'
Diffstat (limited to 'doc/colorize.html')
-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: "" |