Browse Source

add additional help text to cli

pull/14/head
Brett Langdon 11 years ago
parent
commit
967abd7feb
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      bin/dogapi

+ 1
- 0
bin/dogapi View File

@ -12,6 +12,7 @@ dogapi.initialize(config);
var usage = [
"Usage:",
"${command} --help",
"${command} <command> --help",
"${command} --version",
"${command} now",
"${command} then <seconds-ago>"


Loading…
Cancel
Save