summaryrefslogtreecommitdiff
path: root/gstat/main.go
diff options
context:
space:
mode:
authorPaul Buetow (europa) <paul@buetow.org>2015-05-31 02:24:39 +0100
committerPaul Buetow (europa) <paul@buetow.org>2015-05-31 02:24:39 +0100
commit7915db90f82fa7693de998b5c1dae6e5bc0c253e (patch)
tree8618604076c21bacf98e9d1bef3e77441dbdbe3c /gstat/main.go
parent8268a88cec298e6010987274f4857c06ae323a83 (diff)
fix typo
Diffstat (limited to 'gstat/main.go')
-rw-r--r--gstat/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gstat/main.go b/gstat/main.go
index 147f645..27aeee3 100644
--- a/gstat/main.go
+++ b/gstat/main.go
@@ -202,7 +202,7 @@ func parseFlags() {
helpF := flag.Bool("v", false, "Print the version")
interF := flag.Int("i", 2, "Update interval in seconds")
- config.binary = flag.Bool("b", false, "Use binary instead of deciman (e.g. kiB an not kB")
+ config.binary = flag.Bool("b", false, "Use binary instead of decimal (e.g. kiB an not kB)")
config.mode = flag.Int("m", 1, "The stats mode: 0:bytes 1:syscalls 2:chars")
flag.Parse()