From 5ce7553651a73d67878dfd566d5786940d34cf42 Mon Sep 17 00:00:00 2001 From: Moos Date: Fri, 17 Oct 2014 09:30:27 -0700 Subject: [PATCH] fix blasted crlf for CLI. Bump to 0.1.15 --- bin/wordpos-cli.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/wordpos-cli.js b/bin/wordpos-cli.js index 7cca429..cbd9fb0 100644 --- a/bin/wordpos-cli.js +++ b/bin/wordpos-cli.js @@ -37,7 +37,6 @@ program .option('-j, --json', 'full results object as JSON string') .option('-i, --file ', 'input file') .option('-w, --withStopwords', 'include stopwords (default: stopwords are excluded)') -// .option('-N, --num ', 'number of random words to return') ; program.command('get')