Rename tox_command_line in docs to tox_extra_args

tox_command_line is documented but not actually used. Replace it with
tox_extra_args in the zuul.yaml docs.

Change-Id: I9773a0297cd29f4d35b27c4b136a26d6027a932a
This commit is contained in:
Monty Taylor 2017-08-01 16:36:32 -05:00
parent ce252a9051
commit da026aae58
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -31,9 +31,9 @@
List of user defined environmental variables to pass to bash
shell.
.. zuul:jobvar:: tox_command_line
.. zuul:jobvar:: tox_extra_args
An optional command line.
String containing extra arguments to append to the tox command line.
run: playbooks/tox/run
pre-run: playbooks/tox/pre
post-run: playbooks/tox/post