From d8e3cd0737cebabba7efa025c7402c3ed37238f5 Mon Sep 17 00:00:00 2001 From: Lloyd Brookes Date: Thu, 19 Nov 2015 10:07:41 +0000 Subject: [PATCH] update --rewrite option description --- lib/cli-options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli-options.js b/lib/cli-options.js index b44e40e..1940a35 100644 --- a/lib/cli-options.js +++ b/lib/cli-options.js @@ -26,7 +26,7 @@ module.exports = { }, { name: 'rewrite', alias: 'r', type: String, multiple: true, typeLabel: '[underline]{expression} ...', - description: "A list of URL rewrite rules, e.g. '/from -> /to'", group: 'server' + description: "A list of URL rewrite rules. For each rule, separate the 'from' and 'to' routes with '->'. Whitespace surrounded the routes is ignored. E.g. '/from -> /to'", group: 'server' }, { name: 'spa', alias: 's', type: String, typeLabel: '[underline]{file}',