summaryrefslogtreecommitdiff
path: root/robyn
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2012-04-09 19:55:15 -0700
committerKenneth Graunke <kenneth@whitecape.org>2012-04-09 19:55:15 -0700
commitb4c87cc9a04e1916ab339783f7ebf00d56d2a588 (patch)
treeb99a6526b6873ed5d739a9561bfb7f1f83e92aac /robyn
parent2c639bd8a9a8c9a1bb4964c5b8ac8682eecc3f13 (diff)
Add some ideas for new commands to robyn --help
Diffstat (limited to 'robyn')
-rwxr-xr-xrobyn10
1 files changed, 8 insertions, 2 deletions
diff --git a/robyn b/robyn
index 8988250..d06f552 100755
--- a/robyn
+++ b/robyn
@@ -32,8 +32,14 @@ def usage():
"""Usage: %(prog)s <command> <arguments>
Valid commands are:
- * run Run tests/continue an existing run
- * report Generate a report on the results.
+
+ Basic:
+ - run Run tests/continue an existing test run
+ - report Generate a report on the results.
+
+ Suite management:
+ - list-suites List known test suites
+ - add-suite Add a new test suite to your .robynrc
See '%(prog)s help <command>' for more information on a specific command. """ % { 'prog': sys.argv[0] })
sys.exit(0)