Commit 45bf2a7f 45bf2a7fb7af64f4b56952d7bd51f315a145e7ce by Mickaël Andrieu

Merge pull request #838 from Grahack/patch-4

In CLI docs, *may* fix a list item issue.
2 parents 96645b56 2111917e
...@@ -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
......