diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-01-19 19:22:02 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-01-19 19:22:02 +0000 |
| commit | 827226edfb88c282b733c05bd023d459f65bce48 (patch) | |
| tree | 6cbf134d709a9e9c2759ac7b9c9986e5c3ec6e1a /doc/source/command-objects/object.rst | |
| parent | c9c28dc31d09f34e341f504fea4e719a740fdf7c (diff) | |
| parent | 27b73ac55d269687c81845858d9142f1d849c38d (diff) | |
| download | python-openstackclient-827226edfb88c282b733c05bd023d459f65bce48.tar.gz | |
Merge "Fix doc building errors"
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 |
