diff options
Diffstat (limited to 'doc/source/command-objects/container.rst')
| -rw-r--r-- | doc/source/command-objects/container.rst | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/source/command-objects/container.rst b/doc/source/command-objects/container.rst index 3e52d56b..251e3f31 100644 --- a/doc/source/command-objects/container.rst +++ b/doc/source/command-objects/container.rst @@ -98,17 +98,17 @@ Set container properties .. code:: bash os container set - [<container>] [--property <key=value> [...] ] - -.. describe:: <container> - - Container to modify + [<container>] .. option:: --property <key=value> Set a property on this container (repeat option to set multiple properties) +.. describe:: <container> + + Container to modify + container show -------------- @@ -133,13 +133,13 @@ Unset container properties .. code:: bash os container unset - [<container>] [--property <key>] - -.. describe:: <container> - - Container to modify + [<container>] .. option:: --property <key> Property to remove from container (repeat option to remove multiple properties) + +.. describe:: <container> + + Container to modify |
