Commit 2111917e 2111917e04e16be7c6ba22ad796c6cc8507ce209 by Grahack

In CLI docs, *may* fix a list item issue.

1 parent 96645b56
...@@ -94,7 +94,7 @@ The `casperjs` command has three available options: ...@@ -94,7 +94,7 @@ The `casperjs` command has three available options:
94 - ``--direct``: to prints out log messages to the console 94 - ``--direct``: to prints out log messages to the console
95 - ``--log-level=[debug|info|warning|error]`` to set the :ref:`logging level <logging>` 95 - ``--log-level=[debug|info|warning|error]`` to set the :ref:`logging level <logging>`
96 - ``--engine=[phantomjs|slimerjs]`` to select the browser engine you want to use. CasperJS 96 - ``--engine=[phantomjs|slimerjs]`` to select the browser engine you want to use. CasperJS
97 supports PhantomJS (default) that runs Webkit, and SlimerJS that runs Gecko. 97 supports PhantomJS (default) that runs Webkit, and SlimerJS that runs Gecko.
98 98
99 .. warning:: 99 .. warning::
100 100
......