diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-27 00:46:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-27 00:51:51 +0000 |
commit | 68b4ed2e7a877f50a2063729a522c7dc361ae3e7 (patch) | |
tree | 481da69973c8f45bf76401311642e2aeefae1c71 /bin/container | |
parent | Suffixing keys with keyid in container keyring samples for transparency and u... (diff) | |
download | compute-tools-68b4ed2e7a877f50a2063729a522c7dc361ae3e7.tar.xz compute-tools-68b4ed2e7a877f50a2063729a522c7dc361ae3e7.zip |
Adding manpage references in usage message in main container program.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'bin/container')
-rwxr-xr-x | bin/container | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/container b/bin/container index 1415e11..17bce7d 100755 --- a/bin/container +++ b/bin/container @@ -32,6 +32,8 @@ if [ -z "${PARAMETER}" ] then echo "Usage: ${PROGRAM} COMMAND [OPTIONS]" >&2 echo "Usage: ${PROGRAM} COMMAND1,COMMAND2,... [COMMON_OPTIONS]" >&2 + echo + echo "See ${PROGRAM}(1) and ${PROJECT}(7) for more information." exit 1 fi |