commit 4c288142f7b5e1ae4926021caea1f83d407f69a2
parent 3d9ecd6e35902da7f650f4d3ecf92777c32de778
Author: Hugo Soucy <hsoucy@kronostechnologies.com>
Date: Thu, 26 Jul 2018 14:48:33 -0400
Modify the output message.
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/cornelius b/cornelius
@@ -30,13 +30,11 @@ elseif arg[1] == "create" then
else
print("Hi, I'm Cornelius Ferron, the eminence of the great horn of the static site generator... or if you prefer, the CLI.")
print("What Can I Do for You?")
- print([[
-Your options are:
+ print([[Your options are:
* `install` - Install ferron and his dependencies
* `build [--dev]` - Build your site in prod or dev
* `create` - Create content from archetypes
Usage:
- * `./cornelius commandname [options]`
-]])
+ * `./cornelius commandname [options]`]])
end