Skip to content

Commit 7169ebe

Browse files
committed
Syntax
1 parent 88c5554 commit 7169ebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ var argv = yargs
2727
},
2828
watch: {
2929
alias: 'w',
30-
description: 'Reload database on JSON file change',
30+
description: 'Reload database on JSON file change'
3131
},
3232
routes: {
3333
alias: 'r',
34-
description: 'Load routes file',
34+
description: 'Load routes file'
3535
}
3636
})
3737
.help('help').alias('help', 'h')

0 commit comments

Comments
 (0)