Skip to content

Commit

Permalink
0.6.1: cli.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Jul 23, 2013
1 parent eacaef0 commit cd1b0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function confirmOverwrite(fileName, callback) {
function main() {
// specify cli options
commander
.version('0.6.0')
.version('0.6.1')
.usage('[options] [input] [output]')
.option('-i, --inplace', 'Use single path as both input and output')
.option('-f, --force', 'Do not prompt to verify file overwrites');
Expand Down

0 comments on commit cd1b0e9

Please sign in to comment.