From fd510140ab8632baadb2ded320afdf1e28e40354 Mon Sep 17 00:00:00 2001 From: mpana Date: Sat, 10 Feb 2018 20:18:02 +0200 Subject: [PATCH] added missing comman --- lib/do_env.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/do_env.js b/lib/do_env.js index dd17372..0a814de 100644 --- a/lib/do_env.js +++ b/lib/do_env.js @@ -210,7 +210,7 @@ do_env.help = [ 'Emit shell commands to setup environment.', '', 'Supported "clients" here are: node-smartdc (i.e. the `sdc-*` tools),', - 'node-triton and spearhead-node. By default this emits the environment ' + 'node-triton and spearhead-node. By default this emits the environment ', 'for all supported tools. Use options to be specific.', '', '{{usage}}',