Skip to content

Commit 4ca234c

Browse files
author
Arian Stolwijk
committed
Merge pull request #18 from mootools/kentaromiura-fixing-typo
fix typo
2 parents 1aa4470 + 3e2f5d6 commit 4ca234c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ wrapup.scanner.on('warn', function(err){
2020

2121
program
2222
.version(json.version)
23-
.option('-r, --require <path>', 'requires a module. Uses node to resolve modules. If the form namepace=path is used the module will use a namespace')
23+
.option('-r, --require <path>', 'requires a module. Uses node to resolve modules. If the form namespace=path is used the module will use a namespace')
2424
.option('-t, --transform <module>', 'requires a module for transforming source code of modules')
2525
.option('-w, --watch', 'watch changes to every resolved module and wraps up')
2626
.option('-t, --transform', 'a module that can transform source code or ASTs')

0 commit comments

Comments
 (0)