From f2f12d91f7dd1c1f55bb86b0e0c9acf21820612e Mon Sep 17 00:00:00 2001 From: zheng yin Date: Sun, 25 Sep 2016 15:46:18 +0800 Subject: [PATCH] remove square backet to required parameter Required parameter don't need to square backet, therefore, I remove them. Change-Id: I36517fb782da53b3b973f70f292f25a4f6784077 --- doc/source/command-objects/container.rst | 6 +++--- doc/source/command-objects/object.rst | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/source/command-objects/container.rst b/doc/source/command-objects/container.rst index 130a6b3dad..adcf0961da 100644 --- a/doc/source/command-objects/container.rst +++ b/doc/source/command-objects/container.rst @@ -104,7 +104,7 @@ Set container properties os container set [--property [...] ] - [] + .. option:: --property @@ -123,7 +123,7 @@ Display container details .. code:: bash os container show - [] + .. describe:: @@ -139,7 +139,7 @@ Unset container properties os container unset [--property ] - [] + .. option:: --property diff --git a/doc/source/command-objects/object.rst b/doc/source/command-objects/object.rst index 5aaad8a526..3c8333abec 100644 --- a/doc/source/command-objects/object.rst +++ b/doc/source/command-objects/object.rst @@ -60,7 +60,7 @@ List objects [--limit ] [--long] [--all] - ] + .. option:: --prefix @@ -104,8 +104,8 @@ Save object locally os object save [--file ] - [] - [] + + .. option:: --file @@ -130,7 +130,7 @@ Set object properties os object set [--property [...] ] - [] + .. option:: --property @@ -175,7 +175,7 @@ Unset object properties os object unset [--property ] - [] + .. option:: --property