diff --git a/Tools/TimePlot.hs b/Tools/TimePlot.hs
--- a/Tools/TimePlot.hs
+++ b/Tools/TimePlot.hs
@@ -547,7 +547,7 @@
   "  'freq N [TYPE]' is for event frequency histograms: a histogram of type TYPE (stacked or ",
   "     clustered, default clustered) is drawn for each time bin of size N, about the *frequency* ",
   "     of various ` events",
-  "  'count N [TYPE]' is for event count histograms: a histogram of type TYPE (stacked or ",
+  "  'hist N [TYPE]' is for event count histograms: a histogram of type TYPE (stacked or ",
   "     clustered, default clustered) is drawn for each time bin of size N, about the *counts* of ",
   "     various ` events",
   "  'quantile N q1,q2,..' (example: quantile 100 0.25,0.5,0.75) - a bar chart of corresponding",
diff --git a/timeplot.cabal b/timeplot.cabal
--- a/timeplot.cabal
+++ b/timeplot.cabal
@@ -1,5 +1,5 @@
 Name: timeplot
-Version: 0.2.15
+Version: 0.2.16
 License: BSD3
 License-file: LICENSE
 Copyright: Eugene Kirpichov, 2009
