summaryrefslogtreecommitdiffstats
path: root/libexec/container/list
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-08-04 03:25:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-08-04 03:26:00 +0000
commit5bd895ee481ff7ab6417873dbe0b191ce2ec7d37 (patch)
treeb3c7cbf8d592e1303035e757b4c4d69d4f9ddcfc /libexec/container/list
parentReleasing debian version 20210727-1. (diff)
downloadopen-infrastructure-compute-tools-5bd895ee481ff7ab6417873dbe0b191ce2ec7d37.tar.xz
open-infrastructure-compute-tools-5bd895ee481ff7ab6417873dbe0b191ce2ec7d37.zip
Merging upstream version 20210804.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'libexec/container/list')
-rwxr-xr-xlibexec/container/list3
1 files changed, 3 insertions, 0 deletions
diff --git a/libexec/container/list b/libexec/container/list
index 6567afb..c112cc8 100755
--- a/libexec/container/list
+++ b/libexec/container/list
@@ -109,6 +109,9 @@ Parameters ()
Usage ()
{
echo "Usage: ${PROGRAM} ${COMMAND} [-a|--all] [--csv-separator SEPARATOR] [--format FORMAT] [-h|--host HOSTNAME] [--nwdiag-color COLOR] [--nwdiag-label LABEL] [-o|--other] [-s|--started] [-t|--stopped]" >&2
+ echo
+ echo "See ${COMMAND}(1), ${PROGRAM}(1) and ${PROJECT}(7) for more information."
+
exit 1
}