summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/router.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/router.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/router.rst')
-rw-r--r--doc/source/command-objects/router.rst13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/source/command-objects/router.rst b/doc/source/command-objects/router.rst
index 9479af5f..dc645712 100644
--- a/doc/source/command-objects/router.rst
+++ b/doc/source/command-objects/router.rst
@@ -86,8 +86,9 @@ Create new router
.. option:: --availability-zone-hint <availability-zone>
- Availability Zone in which to create this router (requires the Router
- Availability Zone extension, this option can be repeated).
+ Availability Zone in which to create this router
+ (requires the Router Availability Zone extension,
+ repeat option to set multiple availability zones)
.. _router_create-name:
.. describe:: <name>
@@ -206,10 +207,10 @@ Set router properties
.. option:: --route destination=<subnet>,gateway=<ip-address>
- Routes associated with the router.
- Repeat this option to set multiple routes.
- destination: destination subnet (in CIDR notation).
- gateway: nexthop IP address.
+ Routes associated with the router
+ destination: destination subnet (in CIDR notation)
+ gateway: nexthop IP address
+ (repeat option to set multiple routes)
.. option:: --clear-routes