doc: Note that --args needs quotes for spaces

This commit is contained in:
Matt McCormick 2016-09-01 10:11:32 -04:00
parent 5b3c89c3f0
commit 2b18bb7013

View File

@ -188,7 +188,8 @@ Default: Image with which the script was created.
DOCKCROSS_ARGS / --args|-a <docker-run-args> DOCKCROSS_ARGS / --args|-a <docker-run-args>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Extra arguments to pass to the ``docker run`` command. Extra arguments to pass to the ``docker run`` command. Quote the entire set of
args if they contain spaces.
Examples Examples