From 92ad1af94e0563a28cc92dad1b0933f85fb73299 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Mon, 31 Aug 2015 11:14:07 -0700 Subject: [PATCH] shuffle cmd order in 'triton help' output. 'info' is a nice one to have first --- lib/cli.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/cli.js b/lib/cli.js index f19bd0d..259e702 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -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',