Commit 48c434a1 48c434a1d15f3505d4869da0ab5a8ece8488aaae by Clochix

Add SlimerJS to usage documentation

1 parent ded41ef4
1
2 Usage: casperjs [options] script.[js|coffee] [script argument [script argument ...]] 1 Usage: casperjs [options] script.[js|coffee] [script argument [script argument ...]]
3 casperjs [options] test [test path [test path ...]] 2 casperjs [options] test [test path [test path ...]]
4 casperjs [options] selftest 3 casperjs [options] selftest
...@@ -10,6 +9,6 @@ Options: ...@@ -10,6 +9,6 @@ Options:
10 --log-level Sets logging level 9 --log-level Sets logging level
11 --help Prints this help 10 --help Prints this help
12 --version Prints out CasperJS version 11 --version Prints out CasperJS version
13 --engine=name Use the given engine. Current supported engine: phantomjs 12 --engine=name Use the given engine. Current supported engine: phantomjs and slimerjs
14 13
15 Read the docs http://docs.casperjs.org/ 14 Read the docs http://docs.casperjs.org/
......