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/container.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/container.rst')
| -rw-r--r-- | doc/source/command-objects/container.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/command-objects/container.rst b/doc/source/command-objects/container.rst index 845933d4..3372f4d9 100644 --- a/doc/source/command-objects/container.rst +++ b/doc/source/command-objects/container.rst @@ -15,7 +15,7 @@ Create new container os container create <container-name> [<container-name> ...] -.. option:: <container-name> +.. describe:: <container-name> New container name(s) @@ -30,7 +30,7 @@ Delete container os container delete <container> [<container> ...] -.. option:: <container> +.. describe:: <container> Container(s) to delete @@ -70,7 +70,7 @@ List containers List additional fields in output -.. options:: --all +.. option:: --all List all containers (default is 10000) @@ -85,7 +85,7 @@ Save container contents locally os container save <container> -.. option:: <container> +.. describe:: <container> Container to save @@ -100,6 +100,6 @@ Display container details os container show [<container>] -.. option:: <container> +.. describe:: <container> Container to display |
