summaryrefslogtreecommitdiffstats
path: root/commands/new.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/new.go')
-rw-r--r--commands/new.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/commands/new.go b/commands/new.go
index f6e944397..ffca86a3e 100644
--- a/commands/new.go
+++ b/commands/new.go
@@ -47,7 +47,9 @@ It will guess which kind of file to create based on the path provided.
You can also specify the kind with ` + "`-k KIND`" + `.
-If archetypes are provided in your theme or site, they will be used.`,
+If archetypes are provided in your theme or site, they will be used.
+
+Ensure you run this within the root directory of your site.`,
RunE: cc.newContent,
})