From 2c4b41d91bef05283d14b5facb36166264da88b9 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Tue, 25 Aug 2015 20:59:35 -0700 Subject: [PATCH] fix help for 'triton create --name' --- lib/do_create_instance.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/do_create_instance.js b/lib/do_create_instance.js index 652e391..cc3e858 100644 --- a/lib/do_create_instance.js +++ b/lib/do_create_instance.js @@ -149,7 +149,7 @@ do_create_instance.options = [ { names: ['name', 'n'], type: 'string', - help: 'One or more (comma-separated) networks IDs.' + help: 'Instance name. If not given, a random one will be created.' }, // XXX arrayOfCommaSepString dashdash type //{