added selftest command to usage.txt
Showing
1 changed file
with
2 additions
and
1 deletions
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/ | ... | ... |
-
Please register or sign in to post a comment