diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-27 01:15:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-27 01:15:29 +0000 |
commit | 30cffb462a3e1626553d7eb101ed0b7a252ada80 (patch) | |
tree | 8ab9962596773069b4afc1b163110e8538e21429 /bin/container | |
parent | Fixing full-upgrade option in container update command. (diff) | |
download | compute-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 'bin/container')
-rwxr-xr-x | bin/container | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/container b/bin/container index 172caec..68e3965 100755 --- a/bin/container +++ b/bin/container @@ -34,6 +34,7 @@ then echo "Usage: ${PROGRAM} COMMAND1,COMMAND2,... [COMMON_OPTIONS]" >&2 echo echo "See ${PROGRAM}(1) and ${PROJECT}(7) for more information." + exit 1 fi |