diff options
| author | zheng yin <yin.zheng@easystack.cn> | 2016-09-25 15:46:18 +0800 |
|---|---|---|
| committer | zheng yin <yin.zheng@easystack.cn> | 2016-09-25 15:49:40 +0800 |
| commit | f2f12d91f7dd1c1f55bb86b0e0c9acf21820612e (patch) | |
| tree | 7f7deeebe2bf371d64d8e1d9b8cbee489ddfc8a6 /doc/source/command-objects/object.rst | |
| parent | 465a5d08e0b931b22c055fcbd5f530ee5547e7ab (diff) | |
| download | python-openstackclient-f2f12d91f7dd1c1f55bb86b0e0c9acf21820612e.tar.gz | |
remove square backet to required parameter
Required parameter don't need to square backet, therefore, I remove them.
Change-Id: I36517fb782da53b3b973f70f292f25a4f6784077
Diffstat (limited to 'doc/source/command-objects/object.rst')
| -rw-r--r-- | doc/source/command-objects/object.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/command-objects/object.rst b/doc/source/command-objects/object.rst index 5aaad8a5..3c8333ab 100644 --- a/doc/source/command-objects/object.rst +++ b/doc/source/command-objects/object.rst @@ -60,7 +60,7 @@ List objects [--limit <limit>] [--long] [--all] - <container>] + <container> .. option:: --prefix <prefix> @@ -104,8 +104,8 @@ Save object locally os object save [--file <filename>] - [<container>] - [<object>] + <container> + <object> .. option:: --file <filename> @@ -130,7 +130,7 @@ Set object properties os object set [--property <key=value> [...] ] <container> - [<object>] + <object> .. option:: --property <key=value> @@ -175,7 +175,7 @@ Unset object properties os object unset [--property <key>] <container> - [<object>] + <object> .. option:: --property <key> |
