summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-03-09 00:37:10 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2018-03-09 00:38:19 -0800
commit02b7a07f8855206d876e3b469b25799c99b91a10 (patch)
tree962cb7871d360a8e900630940e4ea979b10e03e2
parentb94e563f40d7130327b72abba965b066e96731c5 (diff)
Updated cli argument usage
-rw-r--r--gotop.go2
1 files changed, 1 insertions, 1 deletions
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 <name> 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].