Commit a4319123 a43191234933bff9f00c8479d7133861fe087554 by Nicolas Perriault

removed obsolete option documentation in usage.txt

1 parent 62e61894
...@@ -4,7 +4,6 @@ Usage: casperjs [options] script.[js|coffee] [script argument [script argument . ...@@ -4,7 +4,6 @@ Usage: casperjs [options] script.[js|coffee] [script argument [script argument .
4 4
5 Options: 5 Options:
6 6
7 --run-tests Discovers and run tests at given location
8 --cookies-file=/path/to/cookies.txt Sets the file name to store the persistent cookies 7 --cookies-file=/path/to/cookies.txt Sets the file name to store the persistent cookies
9 --config=/path/to/config Specifies path to a JSON-formatted config file 8 --config=/path/to/config Specifies path to a JSON-formatted config file
10 --disk-cache=[yes|no] Enables disk cache (at desktop services cache storage location, default is 'no') 9 --disk-cache=[yes|no] Enables disk cache (at desktop services cache storage location, default is 'no')
......