summaryrefslogtreecommitdiffstats
path: root/commands/benchmark.go
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2015-08-04 03:15:12 -0600
committerAnthony Fok <foka@debian.org>2015-08-04 03:19:57 -0600
commitf2ab0b2608a1c4dc7109733be7eff80738ae9712 (patch)
treef7e62ec2544f4bf0b3417bc6aa5cdd967edc55cc /commands/benchmark.go
parente64e571b679b429f547b38ebcb1f8aab8d785e7b (diff)
Improve formatting of Hugo command descriptions
Trying to make them look good both in the terminal (`hugo help [command]`) and in the web browser (http://gohugo.io/commands/). :-)
Diffstat (limited to 'commands/benchmark.go')
-rw-r--r--commands/benchmark.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/benchmark.go b/commands/benchmark.go
index 1e0cc8d7b..b76c9e884 100644
--- a/commands/benchmark.go
+++ b/commands/benchmark.go
@@ -25,9 +25,9 @@ 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 analyze the
-running process creating a benchmark.`,
+ Short: "Benchmark hugo by building a site a number of times.",
+ 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)