fix help for 'triton create --name'

This commit is contained in:
Trent Mick 2015-08-25 20:59:35 -07:00
parent 0d4e93208c
commit 2c4b41d91b
1 changed files with 1 additions and 1 deletions

View File

@ -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
//{