summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-05-04 15:32:07 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2018-05-04 15:32:07 -0700
commit554519d5eab8e7171d58aa5aa8d314044dc3f17c (patch)
treef1aaf6f7ba6c154bfde41f0d6e130c688dfc7036
parent8e750b8e90def3cb4b5fc6ea421c5051d2d29a06 (diff)
Fix comment
-rw-r--r--colorschemes/template.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/colorschemes/template.go b/colorschemes/template.go
index cee067e..d303e4b 100644
--- a/colorschemes/template.go
+++ b/colorschemes/template.go
@@ -8,7 +8,7 @@ package colorschemes
You can combine a color with 'Bold', 'Underline', or 'Reverse' by using bitwise OR ('|') and the name of the attribute.
For example, to get Bold red Labels, you would do 'Labels: 2 | Bold'.
- Once you've created a colorscheme, add an entry for it in the `handleColorscheme` function in `gotop.go`.
+ Once you've created a colorscheme, add an entry for it in the `handleColorscheme` function in 'main.go'.
*/
const (