summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/server.rst
diff options
context:
space:
mode:
authorTang Chen <chen.tang@easystack.cn>2016-04-12 15:57:17 +0800
committerTang Chen <chen.tang@easystack.cn>2016-04-12 15:57:17 +0800
commit32c627eaf0481eb593388d2d76abffcf2b721136 (patch)
tree99ed0b11fad33b88212e94ac73e7c6d4d1e0c37b /doc/source/command-objects/server.rst
parent3be49a8abe9fc77cd2ab257ecf180d527c06cbce (diff)
downloadpython-openstackclient-32c627eaf0481eb593388d2d76abffcf2b721136.tar.gz
Doc: Unify repeatable option comments
There are lots of "this option can be repeated" comments in the doc, which are not consistent to other similar docs. This patch changes them to the following format: "repeat option to do something" Change-Id: I54e01053091c428bf87bb36bb95f73a0b80ab6e7
Diffstat (limited to 'doc/source/command-objects/server.rst')
-rw-r--r--doc/source/command-objects/server.rst15
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/source/command-objects/server.rst b/doc/source/command-objects/server.rst
index 5141600d..bf972986 100644
--- a/doc/source/command-objects/server.rst
+++ b/doc/source/command-objects/server.rst
@@ -90,7 +90,7 @@ Create a new server
.. option:: --security-group <security-group-name>
Security group to assign to this server (name or ID)
- (repeat for multiple groups)
+ (repeat option to set multiple groups)
.. option:: --key-name <key-name>
@@ -98,11 +98,13 @@ Create a new server
.. option:: --property <key=value>
- Set a property on this server (repeat for multiple values)
+ Set a property on this server
+ (repeat option to set multiple values)
.. option:: --file <dest-filename=source-filename>
- File to inject into image before boot (repeat for multiple files)
+ File to inject into image before boot
+ (repeat option to set multiple files)
.. option:: --user-data <user-data>
@@ -569,8 +571,8 @@ Set server properties
.. option:: --property <key=value>
- Property to add/change for this server (repeat option to set
- multiple properties)
+ Property to add/change for this server
+ (repeat option to set multiple properties)
.. describe:: <server>
@@ -764,7 +766,8 @@ Unset server properties
.. option:: --property <key>
- Property key to remove from server (repeat to remove multiple values)
+ Property key to remove from server
+ (repeat option to remove multiple values)
.. describe:: <server>