summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2016-02-02 16:19:53 +0100
committerVictor Häggqvist <[email protected]>2016-02-02 16:19:53 +0100
commit0869d76a1e38abb85e94ee57a735d05ea2866ed3 (patch)
tree90c03e855649523ab9a1940f9a3ebd3cad4de0ef
parenta011768cc47c2a7a05869e6efa39ba9972ee44c6 (diff)
fix typo
-rw-r--r--goboom.go2
1 files changed, 1 insertions, 1 deletions
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()