fix typo for server create in server.rst

we have <security-group-list> in server create option,
while <security-group-name> in the explanation, they
both should be <security-group-name>.

Closes-Bug: #1466742
Change-Id: I26a25f57e57d8f9e19ec9c9ccb3c2b8d5396b78d
This commit is contained in:
Guojian Shao 2015-06-19 15:11:12 +08:00
parent 2eb0f7287f
commit 012e6a7628

View File

@ -60,7 +60,7 @@ Create a new server
os server create
--image <image> | --volume <volume>
--flavor <flavor>
[--security-group <security-group-list> [...] ]
[--security-group <security-group-name> [...] ]
[--key-name <key-name>]
[--property <key=value> [...] ]
[--file <dest-filename=source-filename>] [...] ]