From 67290f61d8c78ed1779fa35a4bb49ecdbaae4809 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 21 Mar 2015 15:04:27 -0400 Subject: [PATCH] update help text for metric command --- lib/api/metric.js | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/lib/api/metric.js b/lib/api/metric.js index ee9f663..c5e53a2 100644 --- a/lib/api/metric.js +++ b/lib/api/metric.js @@ -151,10 +151,15 @@ module.exports = { }, getHelp: function(){ return [ - "Metric Options:", - " --tags a comma separated list of \"tag:value\"'s", - " --host the hostname that should be associated with this metric", - " --type the type of metric \"gauge\" or \"counter\"" + "Metric:", + " Commands:", + " send add a new datapoint for for right now", + " query query for between and POSIX timestamps", + "", + " Options:", + " --tags a comma separated list of \"tag:value\"'s", + " --host the hostname that should be associated with this metric", + " --type the type of metric \"gauge\" or \"counter\"" ] }, handleCli: function(subcommand, args, callback){