From 83226d3ffc2d218fb3a862a1e9661e8a11127ddc Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Mon, 6 Oct 2003 19:42:44 +0000 Subject: [PATCH] improved '--help'/'--version' messages git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@51 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/scripts/vapt-get | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/util-vserver/scripts/vapt-get b/util-vserver/scripts/vapt-get index 13313dd..bacfd33 100755 --- a/util-vserver/scripts/vapt-get +++ b/util-vserver/scripts/vapt-get @@ -26,14 +26,21 @@ test -e "$UTIL_VSERVER_VARS" || { function showHelp() { - echo "Usage: $0 * [--all] -- +" + cat <* [--all] -- + + +Report bugs to <$PACKAGE_BUGREPORT>. +EOF + exit $1 } function showVersion() { cat <