summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-05-24 13:56:25 -0500
committerSean E. Russell <ser@ser1.net>2020-05-24 13:56:25 -0500
commit76236a0993013788573fc53dc8b0a563b2fc1639 (patch)
tree4b822ac5798707787cb97b3f9a772a5fa068837f /cmd
parentd1d8ac272b750e17abf8c17116b04c047cfa08f0 (diff)
Documentation clean-up.
Diffstat (limited to 'cmd')
-rw-r--r--cmd/gotop/main.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/gotop/main.go b/cmd/gotop/main.go
index dc869ce..089d47a 100644
--- a/cmd/gotop/main.go
+++ b/cmd/gotop/main.go
@@ -72,8 +72,6 @@ func parseArgs() error {
opflag.StringVarP(&conf.NetInterface, "interface", "i", "all", "Select network interface. Several interfaces can be defined using comma separated values. Interfaces can also be ignored using `!`")
opflag.StringVarP(&conf.ExportPort, "export", "x", conf.ExportPort, "Enable metrics for export on the specified port.")
opflag.BoolVarP(&conf.Mbps, "mbps", "", conf.Mbps, "Show network rate as mbps.")
- // FIXME Where did this go??
- //conf.Band = opflag.IntP("bandwidth", "B", 100, "Specify the number of bits per seconds.")
opflag.BoolVar(&conf.Test, "test", conf.Test, "Runs tests and exits with success/failure code.")
opflag.StringP("", "C", "", "Config file to use instead of default (MUST BE FIRST ARGUMENT)")
list := opflag.String("list", "", `List <devices|layouts|colorschemes|paths|keys>