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){