One more error fix in the server command

And some other small code clean-up.

See #1502
This commit is contained in:
Anthony Fok
2015-12-02 11:56:36 -07:00
parent c5287e7817
commit d48781badf
8 changed files with 26 additions and 23 deletions

View File

@@ -28,7 +28,7 @@ import (
var timeLayout string // the layout for time.Time
var version = &cobra.Command{
var versionCmd = &cobra.Command{
Use: "version",
Short: "Print the version number of Hugo",
Long: `All software has versions. This is Hugo's.`,