diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-09-17 02:04:50 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-09-17 02:04:50 +0000 |
| commit | 7e990ba1e2ae0ecb804287212797ebad84d7b56b (patch) | |
| tree | 09cc9514101790091267dd26abf1c209b34dd7e1 /doc/source/command-objects/subnet.rst | |
| parent | e6b09eef0c02f2671ef263df61d193533e65d024 (diff) | |
| parent | 7cba0ed671a1771d082da969a95ca0b4f4b9dafe (diff) | |
| download | python-openstackclient-7e990ba1e2ae0ecb804287212797ebad84d7b56b.tar.gz | |
Merge "Doc, help and message updates for port unset"
Diffstat (limited to 'doc/source/command-objects/subnet.rst')
| -rw-r--r-- | doc/source/command-objects/subnet.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/command-objects/subnet.rst b/doc/source/command-objects/subnet.rst index 16092bcd..4566d74d 100644 --- a/doc/source/command-objects/subnet.rst +++ b/doc/source/command-objects/subnet.rst @@ -292,9 +292,9 @@ Unset subnet properties .. option:: --allocation-pool start=<ip-address>,end=<ip-address> - Allocation pool to be removed from this subnet e.g.: - ``start=192.168.199.2,end=192.168.199.254`` - (repeat option to unset multiple Allocation pools) + Allocation pool IP addresses to be removed from this + subnet e.g.: ``start=192.168.199.2,end=192.168.199.254`` + (repeat option to unset multiple allocation pools) .. option:: --host-route destination=<subnet>,gateway=<ip-address> @@ -314,4 +314,4 @@ Unset subnet properties .. _subnet_unset-subnet: .. describe:: <subnet> - subnet to modify (name or ID) + Subnet to modify (name or ID) |
