shuffle cmd order in 'triton help' output. 'info' is a nice one to have first

This commit is contained in:
Trent Mick 2015-08-31 11:14:07 -07:00
parent da566100ab
commit 92ad1af94e
1 changed files with 3 additions and 3 deletions

View File

@ -129,12 +129,12 @@ function CLI() {
},
helpSubcmds: [
'help',
{ group: 'Operator Commands' },
{ group: 'Other Commands' },
'info',
'account',
'keys',
'services',
'datacenters',
'info',
'keys',
{ group: 'Instances (aka VMs/Machines/Containers)' },
'create-instance',
'instances',