diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-06-14 19:09:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-06-14 19:09:28 +0000 |
commit | c2eca53c748e463cc47d849b56cef8f58276c57f (patch) | |
tree | 243e816e9d6b0e1aa590c721eadc3558419fe299 /share | |
parent | Correcting aligning in container list command. (diff) | |
download | compute-tools-c2eca53c748e463cc47d849b56cef8f58276c57f.tar.xz compute-tools-c2eca53c748e463cc47d849b56cef8f58276c57f.zip |
Showing local containers in container list command only.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/man/container-list.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/container-list.1.txt b/share/man/container-list.1.txt index 4d8bc72..77403a2 100644 --- a/share/man/container-list.1.txt +++ b/share/man/container-list.1.txt @@ -47,6 +47,9 @@ The following container options are available: *-f, --format='FORMAT'*:: Use format to list container. Currently available formats are 'short' or 'full' (default). +*-h, --host='HOSTNAME'*:: + List only container that are enabled for automatic start on the specified hostname. Defaults to list containers of the local system only. Using 'all' shows all container regardless of any automatic start configuration. + *-s, --started*:: List only started container. |