Fix a command error in nodes.rst

Change-Id: I0cc48b0cc246c49f8870a35425e73fce53939aa2
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
This commit is contained in:
Alex Yang 2017-03-08 22:28:59 +08:00
parent a1fab68285
commit 00575e8c9c

View File

@ -110,7 +110,7 @@ see the returned list starts. In other words, you don't want to see those
nodes with IDs that is or come before the one you specify. You can use the
option :option:`--marker <ID>` for this purpose. For example::
$ openstack node-list --marker 765385ed-f480-453a-8601-6fb256f512fc
$ openstack cluster node list --marker 765385ed-f480-453a-8601-6fb256f512fc
With option :option:`--marker` and option :option:`--limit`, you will be able
to control how many node records you will get from each request.