From 683888ebc89049d69042cdc5dc224884cd7903df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 9 Jun 2016 16:03:25 +0200 Subject: [PATCH] Change hugo to Hugo in help text --- commands/benchmark.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/benchmark.go b/commands/benchmark.go index d10289be4..3f5aa6ef3 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.`, }