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:
- ``--direct``: to prints out log messages to the console
- ``--log-level=[debug|info|warning|error]`` to set the :ref:`logging level <logging>`
- ``--engine=[phantomjs|slimerjs]`` to select the browser engine you want to use. CasperJS
supports PhantomJS (default) that runs Webkit, and SlimerJS that runs Gecko.
supports PhantomJS (default) that runs Webkit, and SlimerJS that runs Gecko.
.. warning::
......