diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-17 14:30:03 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-17 14:30:03 -0700 |
commit | 4b85ce4b24c5ae2ed6ca3f5f23af92b988e9f4b2 (patch) | |
tree | e69e44492ee3313a616cb5cc3a849d31be1e4ef3 | |
parent | 468d9fb3355bd7771af3592becb201b6e9b1e68b (diff) |
fixing alignment in usage
-rw-r--r-- | cmd/ponzu/main.go | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/cmd/ponzu/main.go b/cmd/ponzu/main.go index ee5ae1f..2e32552 100644 --- a/cmd/ponzu/main.go +++ b/cmd/ponzu/main.go @@ -36,11 +36,11 @@ new <directory>: generate, gen, g <type>: - Generate a 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. + Generate a 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. - Example: + Example: $ ponzu gen review @@ -67,6 +67,7 @@ generate, gen, g <type>: database, since the first process to open it recieves a lock. If you intend to run the Admin and API on separate processes, you must call them with the 'ponzu' command independently. + ` var ( |