diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-10-02 21:08:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-10-02 21:08:44 +0000 |
commit | 358993337bb49b29f4d0ec097d612525957560ec (patch) | |
tree | 84ca1b315ca941e585c3c1d2e331fdc7e99d5d14 /bin | |
parent | Releasing debian version 20220721-2. (diff) | |
download | open-infrastructure-compute-tools-358993337bb49b29f4d0ec097d612525957560ec.tar.xz open-infrastructure-compute-tools-358993337bb49b29f4d0ec097d612525957560ec.zip |
Merging upstream version 20221002.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/container | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/container b/bin/container index 582fe08..fb52687 100755 --- a/bin/container +++ b/bin/container @@ -49,7 +49,7 @@ for COMMAND in $(echo "${COMMANDS}" | sed -e 's|,| |g') do if [ ! -e "/usr/libexec/${PROGRAM}/${COMMAND}" ] then - echo "'${COMMAND}': no such ${PROGRAM} command, see container(1)." >&2 + echo "'${COMMAND}': no such ${PROGRAM} command, see ${PROGRAM}(1)." >&2 exit 1 fi |