URI: 
       Change hugo to Hugo in help text - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 683888ebc89049d69042cdc5dc224884cd7903df
   DIR parent 5d3aabcb32f33715eddb378f12541c7c412ee261
  HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Thu,  9 Jun 2016 16:03:25 +0200
       
       Change hugo to Hugo in help text
       
       Diffstat:
         M commands/benchmark.go               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git 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.`,
        }