summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2022-05-30 18:48:55 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2022-05-30 18:48:55 +0000
commit4e41e65e95840588632fcdeab05f58b60959d5f3 (patch)
treea84308643e3c63310d2b0cdaeda0a5b0d84562c0
parentReleasing version 20220522. (diff)
downloadcompute-tools-4e41e65e95840588632fcdeab05f58b60959d5f3.tar.xz
compute-tools-4e41e65e95840588632fcdeab05f58b60959d5f3.zip
Adding --name option in container-info manpage.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r--share/man/container-info.1.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/container-info.1.rst b/share/man/container-info.1.rst
index 608f999..99ccb55 100644
--- a/share/man/container-info.1.rst
+++ b/share/man/container-info.1.rst
@@ -44,6 +44,9 @@ Options
The following **container info** options are available, defaults to '--status
--os --ip':
+-n, --name='NAME':
+ Specify container name. Specifying 'ALL' will start all stopped container.
+
--status:
Show container status (started|stopped|other).