diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2018-05-27 07:16:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2018-05-27 07:16:35 +0000 |
commit | ce1d4b308e5c98783acf931ab38a8c7ea26b0434 (patch) | |
tree | c3b53c0d5d7a52e6901323b384c6d5a752e87340 /bin | |
parent | Calling commands without exec to make multiple commands in a row work properly. (diff) | |
download | compute-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 '')
-rwxr-xr-x | bin/container | 1 |
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 |