From c608ccb8acd9991c74f8eaeab54574af77a1613c Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Wed, 1 Apr 2015 09:22:43 -0400 Subject: [PATCH] fix usage string indentation --- lib/api/screenboard.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/api/screenboard.js b/lib/api/screenboard.js index 86797d7..f58cca7 100644 --- a/lib/api/screenboard.js +++ b/lib/api/screenboard.js @@ -184,11 +184,11 @@ module.exports = { share: share, getUsage: function(){ return [ - "dogapi screenboard create <description> <graphs> [--tmpvars <templateVariables>] [--width <width>] [--height <height>]", - "dogapi screenboard remove <boardId>", - "dogapi screenboard get <boardId>", - "dogapi screenboard getall", - "dogapi screenboard share <boardId>" + " dogapi screenboard create <title> <description> <graphs> [--tmpvars <templateVariables>] [--width <width>] [--height <height>]", + " dogapi screenboard remove <boardId>", + " dogapi screenboard get <boardId>", + " dogapi screenboard getall", + " dogapi screenboard share <boardId>" ]; }, getHelp: function(){