From: fuzzyray Date: Wed, 9 Dec 2009 20:35:35 +0000 (-0000) Subject: Update usage statement to contain version and copyright information X-Git-Tag: gentoolkit-0.3.0_rc10~41 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7e847d64d69db845f98ac275c389c580d85a1ee4;p=gentoolkit.git Update usage statement to contain version and copyright information svn path=/trunk/gentoolkit/; revision=710 --- diff --git a/bin/revdep-rebuild b/bin/revdep-rebuild index cf86e71..aa96667 100755 --- a/bin/revdep-rebuild +++ b/bin/revdep-rebuild @@ -165,6 +165,11 @@ EW print_usage() { cat << EOF +${APP_NAME}: (${VERSION}) + +Copyright (C) 2003-2009 Gentoo Foundation, Inc. +This is free software; see the source for copying conditions. + Usage: $APP_NAME [OPTIONS] [--] [EMERGE_OPTIONS] Broken reverse dependency rebuilder. @@ -192,11 +197,6 @@ and passed directly to emerge. Report bugs to -${APP_NAME}: (${VERSION}) - -Copyright (C) 2003-2009 Gentoo Foundation, Inc. -This is free software; see the source for copying conditions. - EOF } ##