Change hugo to Hugo in help text

This commit is contained in:
Bjørn Erik Pedersen 2016-06-09 16:03:25 +02:00
parent 5d3aabcb32
commit 683888ebc8

View file

@ -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.`,
}