summaryrefslogtreecommitdiffstats
path: root/libexec/container/get
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-07-27 01:15:29 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-07-27 01:15:29 +0000
commit30cffb462a3e1626553d7eb101ed0b7a252ada80 (patch)
tree8ab9962596773069b4afc1b163110e8538e21429 /libexec/container/get
parentFixing full-upgrade option in container update command. (diff)
downloadcompute-tools-30cffb462a3e1626553d7eb101ed0b7a252ada80.tar.xz
compute-tools-30cffb462a3e1626553d7eb101ed0b7a252ada80.zip
Harmonizing usage messages over all container commands with manpage references.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'libexec/container/get')
-rwxr-xr-xlibexec/container/get3
1 files changed, 3 insertions, 0 deletions
diff --git a/libexec/container/get b/libexec/container/get
index 1005f89..2b41ba8 100755
--- a/libexec/container/get
+++ b/libexec/container/get
@@ -124,6 +124,9 @@ Parameters ()
Usage ()
{
echo "Usage: ${PROGRAM} ${COMMAND} -n|--name NAME [--cnt.container-server=true|false|FQDN] [--cnt.overlay=DIRECTORY_LOWER:DIRECTORY_UPPER:DIRECTORY_WORK:DIRECTORY_MERGED] [--cnt.overlay-options=OPTION[,OPTION]] [--cnt.start=OPTION[,OPTION]] [-b|--bind DIRECTORY:DIRECTORY[:OPTIONS]] [--bind-ro DIRECTORY:DIRECTORY[:OPTIONS]] [-c|--capability CAPABILITY[,CAPABILITY]] [-d|--drop-capability DROP_CAPABILITY[,DROP_CAPABILITY]] [-s|--script SCRIPT] [-v|--verbose] [-- SCRIPT_OPTIONS]" >&2
+ echo
+ echo "See ${COMMAND}(1), ${PROGRAM}(1) and ${PROJECT}(7) for more information."
+
exit 1
}