summaryrefslogtreecommitdiffstats
path: root/commands/benchmark.go
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2014-12-24 04:20:49 -0700
committerAnthony Fok <foka@debian.org>2014-12-24 04:40:48 -0700
commite3433e6afb4511981b0c84002e915038d096bc7f (patch)
treec351fe97721a4e20d1838c13edd74972ee17f936 /commands/benchmark.go
parent331043b98e72be20ef7f1712122b1fc99797c10a (diff)
Fix long descriptions of `benchmark` and `serve` commands
Diffstat (limited to 'commands/benchmark.go')
-rw-r--r--commands/benchmark.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/benchmark.go b/commands/benchmark.go
index dd3634b1e..d67ec9cba 100644
--- a/commands/benchmark.go
+++ b/commands/benchmark.go
@@ -25,8 +25,8 @@ var benchmarkTimes int
var benchmark = &cobra.Command{
Use: "benchmark",
Short: "Benchmark hugo by building a site a number of times",
- Long: `Hugo can build a site many times over and anlyze the
- running process creating a `,
+ Long: `Hugo can build a site many times over and analyze the
+running process creating a benchmark.`,
Run: func(cmd *cobra.Command, args []string) {
InitializeConfig()
bench(cmd, args)