support named amd module

This commit is contained in:
ido 2015-01-22 16:50:50 +02:00
parent 866df02d0e
commit 4de1f45ea0
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ module.exports = optionator({
option: 'name',
alias: 'n',
type: 'String',
description: 'When using globals, the name for the variable. The default is the [file name]RT'
description: 'When using globals, the name for the variable. The default is the [file name]RT, when using amd, the name of the module'
}, {
option: 'dry-run',
alias: 'd',