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