summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2018-05-27 07:16:35 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2018-05-27 07:16:35 +0000
commitce1d4b308e5c98783acf931ab38a8c7ea26b0434 (patch)
treec3b53c0d5d7a52e6901323b384c6d5a752e87340 /bin
parentCalling commands without exec to make multiple commands in a row work properly. (diff)
downloadcompute-tools-ce1d4b308e5c98783acf931ab38a8c7ea26b0434.tar.xz
compute-tools-ce1d4b308e5c98783acf931ab38a8c7ea26b0434.zip
Updating documentation for multiple commands in a row.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/container1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/container b/bin/container
index 6535d2d..849bbec 100755
--- a/bin/container
+++ b/bin/container
@@ -31,6 +31,7 @@ PARAMETER="${1}"
if [ -z "${PARAMETER}" ]
then
echo "Usage: ${PROGRAM} COMMAND [OPTIONS]" >&2
+ echo "Usage: ${PROGRAM} COMMAND1,COMMAND2,... [COMMON_OPTIONS]" >&2
exit 1
fi