Skip to content

Commit

Permalink
Add more clear clear warning
Browse files Browse the repository at this point in the history
  • Loading branch information
albacoretuna committed Mar 8, 2017
1 parent 2893f8f commit 16ac0f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion moro.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const clearData = (args, options, logger) => {
db.removeDatabase()
return
}
logger.info('If you are sure say: moro clear --yes')
logger.info('If you surely want to clear all data in moro run: moro clear --yes')
process.exit()
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moro",
"version": "1.0.0",
"version": "1.0.1",
"description": "Track work hours with a single command, no arguments, no buttons!",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 16ac0f5

Please sign in to comment.