From: Bjørn Erik Pedersen Date: Thu, 9 Jun 2016 14:03:25 +0000 (+0200) Subject: Change hugo to Hugo in help text X-Git-Tag: v0.17~306 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=683888eb;p=brevno-suite%2Fhugo Change hugo to Hugo in help text --- diff --git a/commands/benchmark.go b/commands/benchmark.go index d10289be..3f5aa6ef 100644 --- a/commands/benchmark.go +++ b/commands/benchmark.go @@ -28,7 +28,7 @@ var ( var benchmarkCmd = &cobra.Command{ Use: "benchmark", - Short: "Benchmark hugo by building a site a number of times.", + 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.`, }