diff options
| -rw-r--r-- | gstat/main.go | 2 |
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() |
