var benchmark = &cobra.Command{
Use: "benchmark",
Short: "Benchmark hugo by building a site a number of times",
- Long: `Hugo can build a site many times over and anlyze the
- running process creating a `,
+ Long: `Hugo can build a site many times over and analyze the
+running process creating a benchmark.`,
Run: func(cmd *cobra.Command, args []string) {
InitializeConfig()
bench(cmd, args)
Short: "Hugo runs its own webserver to render the files",
Long: `Hugo is able to run its own high performance web server.
Hugo will render all the files defined in the source directory and
-Serve them up.`,
+serve them up.`,
//Run: server,
}