Merge "Correct the example of zuul enqueue command"

This commit is contained in:
Jenkins 2014-02-25 23:02:57 +00:00 committed by Gerrit Code Review
commit 3ce047a2de
1 changed files with 3 additions and 1 deletions

View File

@ -28,4 +28,6 @@ Enqueue
Example::
zuul enqueue --trigger gerrit --pipeline check --project example_project --change 12345 --patchset 1
zuul enqueue --trigger gerrit --pipeline check --project example_project --change 12345,1
Note that the format of change id is <number>,<patchset>.