From adf486f3bc6ade2b7eb38b60427762a74918e4b1 Mon Sep 17 00:00:00 2001 From: Tobias Bocanegra Date: Wed, 8 May 2019 10:04:54 +0200 Subject: [PATCH] fix(publish): update description of `--exclude` param Co-Authored-By: trieloff --- src/publish.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/publish.js b/src/publish.js index c50128a8c..fab0e9fc6 100644 --- a/src/publish.js +++ b/src/publish.js @@ -59,7 +59,7 @@ module.exports = function strain() { type: 'string', }) .option('exclude', { - describe: 'Do publish strains with names following the specified pattern, use config from master branch instead', + describe: 'Don\'t publish strains with names following the specified pattern, use config from master branch instead', type: 'string', }) .conflicts('only', 'exclude')