Update zuul-changes.py doc to match usage

zuul-changes.py does not accept --review-host param
since 574ec76a60

It's usage output is:
usage: zuul-changes.py [-h] url pipeline_name

Correct the docs to match.

Change-Id: Iab8158f73f6b1611d088377e36a7d076907bf8f6
This commit is contained in:
Ramy Asselin 2015-03-31 14:59:39 -07:00
parent 96698e21ca
commit dda8e6a2bd
1 changed files with 4 additions and 6 deletions

View File

@ -1092,13 +1092,11 @@ read these saved events and act on them.
If you need to abort Zuul and intend to manually requeue changes for
jobs which were running in its pipelines, prior to terminating you can
use the zuul-changes.py tool script to simplify the process. For
example, this would give you a list of Gerrit commands to reverify or
recheck changes for the gate and check pipelines respectively::
example, this would give you a list of zuul-enqueue commands to requeue
changes for the gate and check pipelines respectively::
./tools/zuul-changes.py --review-host=review.openstack.org \
http://zuul.openstack.org/ gate 'reverify'
./tools/zuul-changes.py --review-host=review.openstack.org \
http://zuul.openstack.org/ check 'recheck'
./tools/zuul-changes.py http://zuul.openstack.org/ gate
./tools/zuul-changes.py http://zuul.openstack.org/ check
If you send a SIGUSR2 to the zuul-server process, or the forked process
that runs the Gearman daemon, Zuul will dump a stack trace for each