shithub: hugo

Download patch

ref: 683888ebc89049d69042cdc5dc224884cd7903df
parent: 5d3aabcb32f33715eddb378f12541c7c412ee261
author: Bjørn Erik Pedersen <[email protected]>
date: Thu Jun 9 12:03:25 EDT 2016

Change hugo to Hugo in help text

--- a/commands/benchmark.go
+++ b/commands/benchmark.go
@@ -28,7 +28,7 @@
 
 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.`,
 }