Skip to content

Commit

Permalink
fix wrong command line argument
Browse files Browse the repository at this point in the history
  • Loading branch information
antham committed May 21, 2015
1 parent a67de85 commit 5d9c047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/nip
Expand Up @@ -10,7 +10,7 @@ program
.usage('[js-code] <file ...>')
.option('-f, --file', 'javascript file containing the js-code')
.option('-1, --first-line-only', 'process whole file at once, not line by line')
.option('-n, --line-splitter [splitter]', 'line spliter regex or string', '/\\r?\\n/')
.option('-s, --line-splitter [splitter]', 'line spliter regex or string', '/\\r?\\n/')
.option('-n, --line-joiner [joiner]', 'string to join lines together with', '\n')
.option('-c, --col-splitter [spliter]', 'column splitter regex or string', '\\s+')
;
Expand Down

0 comments on commit 5d9c047

Please sign in to comment.