diff options
Diffstat (limited to 'letters.go')
-rw-r--r-- | letters.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ func main () () { var brune rune = '9'; inito(); inpreader := bufio.NewReader(os.Stdin); - fmt.Println("%[0-9] for foreground color, $[0-9] for background color, / to replace using $9%9 returns the terminal to defaults"); + fmt.Println("%[0-9] for foreground color, $[0-9] for background color, [ to replace using $9%9 returns the terminal to defaults"); var trune rune ; trune , _ ,_ = inpreader.ReadRune() for trune != '\n' { |