Browse Source

fix usage string indentation

pull/14/head
Brett Langdon 11 years ago
parent
commit
c608ccb8ac
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      lib/api/screenboard.js

+ 5
- 5
lib/api/screenboard.js View File

@ -184,11 +184,11 @@ module.exports = {
share: share,
getUsage: function(){
return [
"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>"
" 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(){


Loading…
Cancel
Save