summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknolax <1339802534.kk@gmail.com>2016-05-10 22:21:56 +0000
committerknolax <1339802534.kk@gmail.com>2016-05-10 22:21:56 +0000
commit4209b7a91f210a124fec1877a695bd397b3c1bd0 (patch)
tree7b8b54592d5725640063da581deeaccbe0415e82
parent4fbd58dcbeda4cf29b59413426337c46907c7e64 (diff)
changed printf
-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' {