summaryrefslogtreecommitdiffstats
path: root/commands/check.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/check.go')
-rw-r--r--commands/check.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/check.go b/commands/check.go
index ee5a6d5d8..1bb43298a 100644
--- a/commands/check.go
+++ b/commands/check.go
@@ -21,8 +21,8 @@ import (
var check = &cobra.Command{
Use: "check",
Short: "Check content in the source directory",
- Long: `Hugo will perform some basic analysis on the
- content provided and will give feedback.`,
+ Long: `Hugo will perform some basic analysis on the content provided
+and will give feedback.`,
Run: func(cmd *cobra.Command, args []string) {
InitializeConfig()
site := hugolib.Site{}