Commit 93b2a07f 93b2a07fb76a7b1ea79f2d1cb66c5748f3e35414 by Nicolas Perriault

added selftest command to usage.txt

1 parent 715a4cc8
1 1
2 Usage: casperjs [options] script.[js|coffee] [script argument [script argument ...]] 2 Usage: casperjs [options] script.[js|coffee] [script argument [script argument ...]]
3 casperjs [options] test [test path [test path ...]] 3 casperjs [options] test [test path [test path ...]]
4 casperjs [options] selftest
4 5
5 Options: 6 Options:
6 7
7 --help Prints this help 8 --help Prints this help
8 --version Prints out CasperJS version 9 --version Prints out CasperJS version
9 10
10 Read the docs http://casperjs.org/
...\ No newline at end of file ...\ No newline at end of file
11 Read the docs http://casperjs.org/
......