-p profile option should be hidden until complete

This commit is contained in:
Trent Mick 2015-09-09 16:14:34 -07:00
parent bc7750dc45
commit 5e75bff3fe
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ var OPTIONS = [
type: 'string',
env: 'TRITON_PROFILE',
helpArg: 'NAME',
help: 'Triton client profile to use.'
help: 'Triton client profile to use.',
hidden: true // TODO: hidden until profiles impl is complete
},
{