fix blasted crlf for CLI. Bump to 0.1.15

This commit is contained in:
Moos 2014-10-17 09:30:27 -07:00
parent 4f0e675f3f
commit 5ce7553651
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ program
.option('-j, --json', 'full results object as JSON string')
.option('-i, --file <file>', 'input file')
.option('-w, --withStopwords', 'include stopwords (default: stopwords are excluded)')
// .option('-N, --num <num>', 'number of random words to return')
;
program.command('get')