From c39fe3433bf73aa2562fb366cc82bc9c3cc6616a Mon Sep 17 00:00:00 2001 From: Mark Griffiths Date: Wed, 27 Aug 2014 00:30:08 +0100 Subject: Various additions and fixes --- doc_src/set_color.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'doc_src/set_color.txt') 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 -- cgit v1.2.3