From 30cffb462a3e1626553d7eb101ed0b7a252ada80 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 27 Jul 2021 03:15:29 +0200 Subject: Harmonizing usage messages over all container commands with manpage references. Signed-off-by: Daniel Baumann --- libexec/container/key | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libexec/container/key') diff --git a/libexec/container/key b/libexec/container/key index 19b7fa9..e35c56c 100755 --- a/libexec/container/key +++ b/libexec/container/key @@ -77,6 +77,9 @@ Parameters () Usage () { echo "Usage: ${PROGRAM} ${COMMAND} [-a|--add KEY_FILE|KEY_ID] [-l|--list] [-r|--remove KEY|KEY_ID]" >&2 + echo + echo "See ${COMMAND}(1), ${PROGRAM}(1) and ${PROJECT}(7) for more information." + exit 1 } -- cgit v1.2.3