Skip to content

Commit c921ade

Browse files
author
Dimitri Kopriwa
committed
fix(extract): fix extract message
1 parent 25bd513 commit c921ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/cmds/intl_cmds/extract.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ exports.builder = (yargs) => yargs
114114
})
115115
.option('babel-rc', {
116116
alias: 'r',
117-
describe: 'Specify babelrc location (while take precedence over --babel-config if used)',
117+
describe: 'Specify .babelrc location (will take precedence over --babel-config if used)',
118118
});
119119
exports.handler = (argv) => {
120120
argv.path = acceptDotPath(argv.path, process.cwd());

0 commit comments

Comments
 (0)