summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-04-17 11:54:16 -0700
committerSteve Manuel <nilslice@gmail.com>2017-04-17 11:54:16 -0700
commitc7f017af059d7838ba9bc6d369bdedd43d45ea5b (patch)
treeefd21e25794747f230cffddb0313e55ff37108a8 /content
parent1967bdc0363f538ecc61134537d680bd6d0b0b82 (diff)
package documentation for godoc
Diffstat (limited to 'content')
-rw-r--r--content/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/doc.go b/content/doc.go
index 8ae4c06..549cf32 100644
--- a/content/doc.go
+++ b/content/doc.go
@@ -1,6 +1,6 @@
// Package content contains all user-supplied content which the system is to
// manage. Generate content types by using the Ponzu command line tool 'ponzu'
-// by running `$ ponzu generate <contentName> <fieldName:type...>`
+// by running `$ ponzu generate content <structName> <fieldName:type...>`
// Note: doc.go file is required to build the Ponzu command since some packages
// import content package to a blank identifier.
package content