Skip to content

Commit

Permalink
Fix --babel argument description
Browse files Browse the repository at this point in the history
  • Loading branch information
fkling committed Aug 12, 2015
1 parent 462ea7f commit ebbff1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Options:
-v, --verbose Show more information about the transform process [0]
-d, --dry Dry run (no changes are made to files)
-p, --print Print output, useful for development
--babel Do not apply babel for transform files [true]
--babel Apply Babel to transform files [true]
--extensions File extensions the transform file should be applied to [js]
```

Expand Down
2 changes: 1 addition & 1 deletion bin/jscodeshift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var opts = require('nomnom')
babel: {
flag: true,
default: true,
help: 'Do not apply babel for transform files'
help: 'Apply Babel to transform files'
},
extensions: {
default: 'js',
Expand Down

0 comments on commit ebbff1b

Please sign in to comment.