From 7915db90f82fa7693de998b5c1dae6e5bc0c253e Mon Sep 17 00:00:00 2001 From: "Paul Buetow (europa)" Date: Sun, 31 May 2015 02:24:39 +0100 Subject: fix typo --- gstat/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gstat/main.go') 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() -- cgit v1.2.3