diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-05-30 18:48:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-05-30 18:48:55 +0000 |
commit | 4e41e65e95840588632fcdeab05f58b60959d5f3 (patch) | |
tree | a84308643e3c63310d2b0cdaeda0a5b0d84562c0 | |
parent | Releasing version 20220522. (diff) | |
download | compute-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>
Diffstat (limited to '')
-rw-r--r-- | share/man/container-info.1.rst | 3 |
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). |