From 4b85ce4b24c5ae2ed6ca3f5f23af92b988e9f4b2 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Mon, 17 Oct 2016 14:30:03 -0700 Subject: fixing alignment in usage --- cmd/ponzu/main.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'cmd') 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 : generate, gen, g : - 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 : 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 ( -- cgit v1.2.3