aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/set_color.txt
diff options
context:
space:
mode:
authorGravatar Mark Griffiths <mark@thebespokepixel.com>2014-08-27 00:30:08 +0100
committerGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-03 14:43:27 +0100
commitc39fe3433bf73aa2562fb366cc82bc9c3cc6616a (patch)
treea3ce849f1c215d56164c60419192f17f3f207e99 /doc_src/set_color.txt
parent668fa66d78d9848578119f512fbe012bedaa972a (diff)
Various additions and fixes
Diffstat (limited to 'doc_src/set_color.txt')
-rw-r--r--doc_src/set_color.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc_src/set_color.txt b/doc_src/set_color.txt
index ab4916df..f48926a8 100644
--- a/doc_src/set_color.txt
+++ b/doc_src/set_color.txt
@@ -17,8 +17,6 @@ The following options are available:
- `-c`, `--print-colors` prints a list of all valid color names.
-- `-h`, `--help` displays a help message and exit.
-
- `-o`, `--bold` sets bold or extra bright mode.
- `-u`, `--underline` sets underlined mode.
@@ -38,6 +36,6 @@ Not all terminal emulators support all these features.
\fish
set_color red; echo "Roses are red"
set_color blue; echo "Violets are blue"
-set_color 62A ; echo "Eggplants are dark purple"
+set_color 62A; echo "Eggplants are dark purple"
set_color normal; echo "Normal is nice too"
\endfish