From 63a6394f9795b0059b1d649b11e39c6c2f7eeece Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 21 Mar 2015 15:05:15 -0400 Subject: [PATCH] reformat tag cli help text --- lib/api/tag.js | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/lib/api/tag.js b/lib/api/tag.js index bede22e..cf38d9a 100644 --- a/lib/api/tag.js +++ b/lib/api/tag.js @@ -221,16 +221,17 @@ module.exports = { }, getHelp: function(){ return [ - "Tag Commands:", - " get_all get all tags", - " get get all tags for a given host", - " remove delete tags for a given host", - " create add the comma separates \"tag:value\"'s from to ", - " update update the comma separates \"tag:value\"'s from to ", + "Tag:", + " Commands:", + " get_all get all tags", + " get get all tags for a given host", + " remove delete tags for a given host", + " create add the comma separates \"tag:value\"'s from to ", + " update update the comma separates \"tag:value\"'s from to ", "", - "Tag Options:", - " --source the source of the tags (e.g. \"chef\", \"user\", \"jenkins\", etc)", - " --by-source whether the results should be grouped by source" + " Options:", + " --source the source of the tags (e.g. \"chef\", \"user\", \"jenkins\", etc)", + " --by-source whether the results should be grouped by source" ]; }, handleCli: function(subcommand, args, callback){