Commit 90b5da8c 90b5da8c16befa811c12f932db5746395d2c1e6d by Nicolas Perriault

Merge pull request #535 from clochix/patch-1

Add SlimerJS to usage documentation
2 parents 64ead008 48c434a1
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/
......