diff --git a/bin/config-yargs.js b/bin/config-yargs.js index ca3665813f6..1a61939059d 100644 --- a/bin/config-yargs.js +++ b/bin/config-yargs.js @@ -114,13 +114,13 @@ module.exports = function(yargs) { }, "module-bind-post": { type: "string", - describe: "", + describe: "Bind an extension to a post loader", group: MODULE_GROUP, requiresArg: true }, "module-bind-pre": { type: "string", - describe: "", + describe: "Bind an extension to a pre loader", group: MODULE_GROUP, requiresArg: true },