Merge pull request #30 from thewtex/args-quotes

doc: Note that --args needs quotes for spaces
This commit is contained in:
Matt McCormick 2016-09-01 10:12:27 -04:00 committed by GitHub
commit 59ba030070

View File

@ -188,7 +188,8 @@ Default: Image with which the script was created.
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