From 7109dc60f41d9137f341b2981a9aa894a4887464 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Mon, 10 Feb 2014 19:09:28 +0900 Subject: [PATCH] Correct the example of zuul enqueue command Change-Id: I9d73515d796f591c4c5984834959d5625d1c61b9 --- doc/source/client.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/client.rst b/doc/source/client.rst index f0b784a187..1a843e5049 100644 --- a/doc/source/client.rst +++ b/doc/source/client.rst @@ -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 ,.