Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-06-09 17:03:25 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-06-09 17:03:25 +0300
commit683888ebc89049d69042cdc5dc224884cd7903df (patch)
treeaa9d54834daefa38794c6942337599ad460c4792 /commands
parent5d3aabcb32f33715eddb378f12541c7c412ee261 (diff)
Change hugo to Hugo in help text
Diffstat (limited to 'commands')
-rw-r--r--commands/benchmark.go2
1 files changed, 1 insertions, 1 deletions
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.`,
}