From 2d2ccf3ea62bbc032135c1500f7a5979d5fc7ff6 Mon Sep 17 00:00:00 2001 From: dhruvdutt Date: Tue, 27 Feb 2018 02:11:09 +0530 Subject: [PATCH] misc(yargs): add description for module-bind-* args --- bin/config-yargs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 },