summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2017-11-01 08:17:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2017-11-01 08:17:36 +0000
commita62718068b63b230ad1d038e124b15d3b7d1e22f (patch)
treea59e9dbb6a25913f82687152ec7a362b3cba73db /share/man
parentReleasing debian version 20171013-1. (diff)
downloadopen-infrastructure-compute-tools-a62718068b63b230ad1d038e124b15d3b7d1e22f.tar.xz
open-infrastructure-compute-tools-a62718068b63b230ad1d038e124b15d3b7d1e22f.zip
Merging upstream version 20171101.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/man')
-rw-r--r--share/man/container-list.1.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/container-list.1.txt b/share/man/container-list.1.txt
index abb4c8f..f629e33 100644
--- a/share/man/container-list.1.txt
+++ b/share/man/container-list.1.txt
@@ -50,7 +50,7 @@ The following container options are available, defaults to *--started --stopped*
Specify custom CSV separator, defaults to ','.
*-f, --format='FORMAT'*::
- Use format to list container. Currently available formats are 'cli' (default), 'csv', 'json', 'nwdiag', 'shell', 'yaml', or 'xml'.
+ Use format to list container. Currently available formats are 'cli' (default), 'csv', 'json', 'nwdiag', 'shell', 'sh', 'yaml', or 'xml'.
*-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.
@@ -92,6 +92,7 @@ EXAMPLES
*Create a shell export of all started and stopped containers:*::
sudo container list -f shell
+ sudo container list -f sh
*Create a YAML export of all started and stopped containers:*::
sudo container list -f yaml