diff options
| author | zhiyong.dai <zhiyong.dai@easystack.cn> | 2016-12-19 17:23:35 +0800 |
|---|---|---|
| committer | zhiyong.dai <zhiyong.dai@easystack.cn> | 2017-01-03 12:13:10 +0800 |
| commit | 75f2875a6e2be5c7fef56ebc1f3c235aa5ae1521 (patch) | |
| tree | eafb583417e545e89f19ef1155780db8ece33195 /doc/source/command-objects/volume-service.rst | |
| parent | 5d62981beb28f81ddd376466f296fc40b6b7eb8d (diff) | |
| download | python-openstackclient-75f2875a6e2be5c7fef56ebc1f3c235aa5ae1521.tar.gz | |
Add ":option:` `" in the help message
This patch mainly adds ":option:` `" in several help messages in the doc.
This modification will create one link which helps the readers find the relative
option quickly and conveniently in website.
Change-Id: Ia047e15c3b2064e4822ee7df7922d4774d862602
Diffstat (limited to 'doc/source/command-objects/volume-service.rst')
| -rw-r--r-- | doc/source/command-objects/volume-service.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/command-objects/volume-service.rst b/doc/source/command-objects/volume-service.rst index 842d9cb2..2ad23240 100644 --- a/doc/source/command-objects/volume-service.rst +++ b/doc/source/command-objects/volume-service.rst @@ -17,7 +17,6 @@ List volume service [--service <service>] [--long] -.. _volume-service-list: .. option:: --host <host> List services on specified host (name only) @@ -54,9 +53,10 @@ Set volume service properties .. option:: --disable-reason <reason> - Reason for disabling the service (should be used with --disable option) + Reason for disabling the service + (should be used with :option:`--disable` option) -.. _volume-service-set: +.. _volume_service_set-host: .. describe:: <host> Name of host |
