Skip to content

Commit

Permalink
fix(extract): fix extract message
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Kopriwa committed Nov 20, 2018
1 parent 25bd513 commit c921ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cmds/intl_cmds/extract.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ exports.builder = (yargs) => yargs
})
.option('babel-rc', {
alias: 'r',
describe: 'Specify babelrc location (while take precedence over --babel-config if used)',
describe: 'Specify .babelrc location (will take precedence over --babel-config if used)',
});
exports.handler = (argv) => {
argv.path = acceptDotPath(argv.path, process.cwd());
Expand Down

0 comments on commit c921ade

Please # to comment.