From 7169ebeed9693e7c4ffdbdae2b69f8bae68a32ef Mon Sep 17 00:00:00 2001 From: Typicode Date: Mon, 15 Jun 2015 19:52:12 +0200 Subject: [PATCH] Syntax --- bin/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/index.js b/bin/index.js index 5f8e32e..50c09df 100755 --- a/bin/index.js +++ b/bin/index.js @@ -27,11 +27,11 @@ var argv = yargs }, watch: { alias: 'w', - description: 'Reload database on JSON file change', + description: 'Reload database on JSON file change' }, routes: { alias: 'r', - description: 'Load routes file', + description: 'Load routes file' } }) .help('help').alias('help', 'h')