From 0869d76a1e38abb85e94ee57a735d05ea2866ed3 Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Tue, 2 Feb 2016 16:19:53 +0100 Subject: fix typo --- goboom.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goboom.go b/goboom.go index 02e788b..78ab3a4 100644 --- a/goboom.go +++ b/goboom.go @@ -210,7 +210,7 @@ func main() { flag.BoolVar(&prePhase, "pre", false, "Generate dmenu in") flag.BoolVar(&launcher, "launcher", false, "Output launcher command") flag.BoolVar(&postPhase, "post", false, "Update ranking DB") - flag.BoolVar(&stats, "stats", false, "View you statsB") + flag.BoolVar(&stats, "stats", false, "View DB stats") flag.BoolVar(&gc, "gc", false, "Run garbage collection of the DB") flag.Parse() -- cgit v1.2.3