diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/cms/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cms/main.go b/cmd/cms/main.go index bf779c2..8f59cb2 100644 --- a/cmd/cms/main.go +++ b/cmd/cms/main.go @@ -11,7 +11,7 @@ $ cms <option> <params> Options: generate, gen, g: - Generate a new content type file with boilerplat code to implement + Generate a new content type file with boilerplate code to implement the editor.Editable interface. Must be given one (1) parameter of the name of the type for the new content. |