diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2015-01-17 02:55:57 -0500 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2015-01-19 13:12:18 -0500 |
| commit | 27b73ac55d269687c81845858d9142f1d849c38d (patch) | |
| tree | e5d6e076087b0c97fb8ed6b65c3b4b9723fba5e3 /doc/source/command-objects/object.rst | |
| parent | b9e50a716d9ee5fa33e23621ddbe467837d941c7 (diff) | |
| download | python-openstackclient-27b73ac55d269687c81845858d9142f1d849c38d.tar.gz | |
Fix doc building errors
Addresses some of the issues that appeared when running tox -edocs
Change-Id: I31133744ee0ddefa72c6590cb381de317e65633e
Diffstat (limited to 'doc/source/command-objects/object.rst')
| -rw-r--r-- | doc/source/command-objects/object.rst | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/source/command-objects/object.rst b/doc/source/command-objects/object.rst index c45c1051..25cf69e3 100644 --- a/doc/source/command-objects/object.rst +++ b/doc/source/command-objects/object.rst @@ -16,11 +16,11 @@ Upload object to container <container> <filename> [<filename> ...] -.. option:: <container> +.. describe:: <container> Container for new object -.. option:: <filename> +.. describe:: <filename> Local filename(s) to upload @@ -36,11 +36,11 @@ Delete object from container <container> <object> [<object> ...] -.. option:: <container> +.. describe:: <container> Delete object(s) from <container> -.. option:: <object> +.. describe:: <object> Object(s) to delete @@ -86,11 +86,11 @@ List objects List additional fields in output -.. options:: --all +.. option:: --all List all objects in <container> (default is 10000) -.. option:: <container> +.. describe:: <container> Container to list @@ -111,11 +111,11 @@ Save object locally Destination filename (defaults to object name) -.. option:: <container> +.. describe:: <container> Download <object> from <container> -.. option:: <object> +.. describe:: <object> Object to save @@ -131,10 +131,10 @@ Display object details <container> <object> -.. option:: <container> +.. describe:: <container> Display <object> from <container> -.. option:: <object> +.. describe:: <object> Object to display |
