From 32c627eaf0481eb593388d2d76abffcf2b721136 Mon Sep 17 00:00:00 2001 From: Tang Chen Date: Tue, 12 Apr 2016 15:57:17 +0800 Subject: 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 --- doc/source/command-objects/subnet.rst | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'doc/source/command-objects/subnet.rst') diff --git a/doc/source/command-objects/subnet.rst b/doc/source/command-objects/subnet.rst index e5026f5a..50be5b0a 100644 --- a/doc/source/command-objects/subnet.rst +++ b/doc/source/command-objects/subnet.rst @@ -56,7 +56,8 @@ Create new subnet .. option:: --allocation-pool start=,end= Allocation pool IP addresses for this subnet e.g.: - ``start=192.168.199.2,end=192.168.199.254`` (This option can be repeated) + ``start=192.168.199.2,end=192.168.199.254`` + (repeat option to add multiple IP addresses) .. option:: --dhcp @@ -68,7 +69,7 @@ Create new subnet .. option:: --dns-nameserver - DNS name server for this subnet (This option can be repeated) + DNS server for this subnet (repeat option to set multiple DNS servers) .. option:: --gateway @@ -85,7 +86,7 @@ Create new subnet ``destination=10.10.0.0/16,gateway=192.168.71.254`` destination: destination subnet (in CIDR notation) gateway: nexthop IP address - (This option can be repeated) + (repeat option to add multiple routes) .. option:: --ip-version {4,6} @@ -162,7 +163,8 @@ Set subnet properties .. option:: --allocation-pool start=,end= Allocation pool IP addresses for this subnet e.g.: - ``start=192.168.199.2,end=192.168.199.254`` (This option can be repeated) + ``start=192.168.199.2,end=192.168.199.254`` + (repeat option to add multiple IP addresses) .. option:: --dhcp @@ -174,7 +176,7 @@ Set subnet properties .. option:: --dns-nameserver - DNS name server for this subnet (This option can be repeated) + DNS server for this subnet (repeat option to set multiple DNS servers) .. option:: --gateway @@ -189,7 +191,7 @@ Set subnet properties ``destination=10.10.0.0/16,gateway=192.168.71.254`` destination: destination subnet (in CIDR notation) gateway: nexthop IP address - (This option can be repeated) + (repeat option to add multiple routes) .. option:: --name -- cgit v1.2.1