summaryrefslogtreecommitdiff
path: root/letters.go
diff options
context:
space:
mode:
Diffstat (limited to 'letters.go')
-rw-r--r--letters.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/letters.go b/letters.go
index c62cfa4..fdd8a29 100644
--- a/letters.go
+++ b/letters.go
@@ -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' {