Skip to content

Commit

Permalink
add help file
Browse files Browse the repository at this point in the history
  • Loading branch information
data-doge committed May 19, 2016
1 parent 1cf0473 commit 1e91a1b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion bin/help.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
module.exports = function () {
console.log('heard u need help lol')
console.log(
'usage: memories <command> \n' +
'\n' +
'commands: \n' +
' init sets preferred editor and path for journal entries \n' +
' add opens today\'s journal file \n' +
' help displays this help file' +
'\n'
)
}

0 comments on commit 1e91a1b

Please sign in to comment.