doc: sync usage with recent changes

The documentation was missing recent optional arguments such as
--version.

Change-Id: Iad111d2f5c14c54d1495f2ba837627e0ea42acb0
Reviewed-on: https://review.openstack.org/27172
Reviewed-by: Jesse Keating <jesse.keating@rackspace.com>
Reviewed-by: Khai Do <zaro0508@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Antoine Musso 2013-04-19 15:16:59 +02:00 committed by Jenkins
parent 412e558cd2
commit b3aa82865a
1 changed files with 4 additions and 1 deletions

View File

@ -511,14 +511,17 @@ Starting Zuul
To start Zuul, run **zuul-server**::
usage: zuul-server [-h] [-c CONFIG] [-d]
usage: zuul-server [-h] [-c CONFIG] [-l LAYOUT] [-d] [-t] [--version]
Project gating system.
optional arguments:
-h, --help show this help message and exit
-c CONFIG specify the config file
-l LAYOUT specify the layout file
-d do not run as a daemon
-t validate layout file syntax
--version show zuul version
You may want to use the ``-d`` argument while you are initially setting
up Zuul so you can detect any configuration errors quickly. Under