diff options
Diffstat (limited to 'libexec/container/update')
-rwxr-xr-x | libexec/container/update | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libexec/container/update b/libexec/container/update index 41891fe..4c23423 100755 --- a/libexec/container/update +++ b/libexec/container/update @@ -85,6 +85,9 @@ Parameters () Usage () { echo "Usage: ${PROGRAM} ${COMMAND} -n|--name NAME [-f|--full-upgrade] [-r|--autoremove] [-p|--purge] [-y|--yes]" >&2 + echo + echo "See ${COMMAND}(1), ${PROGRAM}(1) and ${PROJECT}(7) for more information." + exit 1 } |