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/restart | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libexec/container/restart') diff --git a/libexec/container/restart b/libexec/container/restart index 922629d..c172731 100755 --- a/libexec/container/restart +++ b/libexec/container/restart @@ -75,6 +75,9 @@ Parameters () Usage () { echo "Usage: ${PROGRAM} ${COMMAND} -n|--name NAME [-v|--verbose]" >&2 + echo + echo "See ${COMMAND}(1), ${PROGRAM}(1) and ${PROJECT}(7) for more information." + exit 1 } -- cgit v1.2.3