From 02b7a07f8855206d876e3b469b25799c99b91a10 Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Fri, 9 Mar 2018 00:37:10 -0800 Subject: [PATCH] Updated cli argument usage --- gotop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gotop.go b/gotop.go index ebe3bc6..a5a708a 100644 --- a/gotop.go +++ b/gotop.go @@ -47,7 +47,7 @@ func cliArguments() { Usage: gotop [options] Options: - -c, --color Set a colorscheme. + -c, --color=NAME Set a colorscheme. -h, --help Show this screen. -m, --minimal Only show CPU, Mem and Process widgets. -r, --rate=RATE Number of times per second to update CPU and Mem widgets [default: 1].