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
diff --git a/doc/source/zuul.rst b/doc/source/zuul.rst
index 47cf9bf..668bb8f 100644
--- a/doc/source/zuul.rst
+++ b/doc/source/zuul.rst
@@ -511,14 +511,17 @@
 
 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