diff options
| author | Tang Chen <chen.tang@easystack.cn> | 2016-04-12 15:57:17 +0800 |
|---|---|---|
| committer | Tang Chen <chen.tang@easystack.cn> | 2016-04-12 15:57:17 +0800 |
| commit | 32c627eaf0481eb593388d2d76abffcf2b721136 (patch) | |
| tree | 99ed0b11fad33b88212e94ac73e7c6d4d1e0c37b /doc/source/command-objects/subnet-pool.rst | |
| parent | 3be49a8abe9fc77cd2ab257ecf180d527c06cbce (diff) | |
| download | python-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/subnet-pool.rst')
| -rw-r--r-- | doc/source/command-objects/subnet-pool.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/command-objects/subnet-pool.rst b/doc/source/command-objects/subnet-pool.rst index 5eff2dcd..ce2ac60d 100644 --- a/doc/source/command-objects/subnet-pool.rst +++ b/doc/source/command-objects/subnet-pool.rst @@ -22,8 +22,8 @@ Create subnet pool .. option:: --pool-prefix <pool-prefix> - Set subnet pool prefixes (in CIDR notation). - Repeat this option to set multiple prefixes. + Set subnet pool prefixes (in CIDR notation) + (repeat option to set multiple prefixes) .. option:: --default-prefix-length <default-prefix-length> @@ -104,8 +104,8 @@ Set subnet pool properties .. option:: --pool-prefix <pool-prefix> - Set subnet pool prefixes (in CIDR notation). - Repeat this option to set multiple prefixes. + Set subnet pool prefixes (in CIDR notation) + (repeat option to set multiple prefixes) .. option:: --default-prefix-length <default-prefix-length> |
