Skip to content

Commit

Permalink
updated copy on cli and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
asselinpaul committed Jul 11, 2017
1 parent bc11431 commit 0361b7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/helpMessage.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

module.exports = function() {
var txt = 'Usage: panini --layouts=[layoutdir] --root=[rootdir] --dest=[destdir] [other options] \'pagesglob\'\n' +
var txt = 'Usage: panini --layouts=[layoutdir] --root=[rootdir] --output=[destdir] [other options] \'pagesglob\'\n' +
'\n' +
'Options: \n' +
' --layouts (required) path to a folder containing layouts\n' +
' --root (required) path to the root folder all pages live in\n' +
' --dest (required) path to the folder compiled pages should get sent to\n' +
' --output (required) path to the folder compiled pages should get sent to\n' +
' --partials path to root folder for partials \n' +
' --helpers path to folder for additional helpers \n' +
' --data path to folder for additional data \n' +
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ Lastly, the reserved `page` variable is added to every page template as it rende
You can also use panini via the CLI.

```
Usage: panini --layouts=[layoutdir] --root=[rootdir] --dest=[destdir] [other options] 'pagesglob'
Usage: panini --layouts=[layoutdir] --root=[rootdir] --output=[destdir] [other options] 'pagesglob'
Options:
--layouts (required) path to a folder containing layouts
--root (required) path to the root folder all pages live in
--dest (required) path to the folder compiled pages should get sent to
--output (required) path to the folder compiled pages should get sent to
--partials path to root folder for partials
--helpers path to folder for additional helpers
--data path to folder for additional data
Expand Down

0 comments on commit 0361b7f

Please sign in to comment.