summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2021-07-17 14:34:56 -0500
committerSean E. Russell <ser@ser1.net>2021-07-17 14:34:56 -0500
commit35073512622c12eff28f33aaf1579e63b5d1ec7d (patch)
tree965b663baf0840adc60885cb651017022d99f6a9 /cmd
parentf2504155415032bc5271bb3e2fd1de4dd9c96262 (diff)
Adds github link to help; tidys up spacing in help text.
Diffstat (limited to 'cmd')
-rw-r--r--cmd/gotop/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/gotop/main.go b/cmd/gotop/main.go
index ec6c11e..27af433 100644
--- a/cmd/gotop/main.go
+++ b/cmd/gotop/main.go
@@ -84,6 +84,7 @@ func parseArgs() error {
opflag.Usage = func() {
fmt.Fprintf(os.Stderr, tr.Value("usage", os.Args[0]))
opflag.PrintDefaults()
+ fmt.Fprintf(os.Stderr, "Project home: https://github.com/xxxserxxx/gotop\n")
}
opflag.Parse()
if *version || *versioN {
@@ -351,6 +352,7 @@ func eventLoop(c gotop.Config, grid *layout.MyGrid) {
}
}
+// FIXME CPU use regression
func main() {
// TODO: Make this an option, for performance testing
//go func() {