From f3fd396d593cce81a6956c194bf12456a097a78a Mon Sep 17 00:00:00 2001 From: Tino Rusch Date: Thu, 11 Feb 2016 18:33:40 +0100 Subject: [PATCH] added better description for the whitelist option; --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 6a4a32f..26da6cb 100644 --- a/app.js +++ b/app.js @@ -41,7 +41,7 @@ var opts = require('optimist') }, whitelist: { demand: false, - description: 'whitelist of username/hosts, you can connect to' + description: 'whitelist of usernames/hosts you can connect to. Given as comma separated list of the form "^.*@localhost$,^user@hostname$".' } }).boolean('allow_discovery').argv;