From 27b73ac55d269687c81845858d9142f1d849c38d Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Sat, 17 Jan 2015 02:55:57 -0500 Subject: Fix doc building errors Addresses some of the issues that appeared when running tox -edocs Change-Id: I31133744ee0ddefa72c6590cb381de317e65633e --- doc/source/command-objects/container.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/source/command-objects/container.rst') 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 [ ...] -.. option:: +.. describe:: New container name(s) @@ -30,7 +30,7 @@ Delete container os container delete [ ...] -.. option:: +.. describe:: 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 -.. option:: +.. describe:: Container to save @@ -100,6 +100,6 @@ Display container details os container show [] -.. option:: +.. describe:: Container to display -- cgit v1.2.1