summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2009-12-09 20:35:35 +0000
committerfuzzyray <fuzzyray@gentoo.org>2009-12-09 20:35:35 +0000
commit7e847d64d69db845f98ac275c389c580d85a1ee4 (patch)
tree41fc0b8b0418b31143cd4e3bd4765816c6b85220
parenteef92c84d6f9915f864de969d0d25018c428daf4 (diff)
downloadgentoolkit-7e847d64d69db845f98ac275c389c580d85a1ee4.tar.gz
Update usage statement to contain version and copyright information
svn path=/trunk/gentoolkit/; revision=710
-rwxr-xr-xbin/revdep-rebuild10
1 files changed, 5 insertions, 5 deletions
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 <http://bugs.gentoo.org>
-${APP_NAME}: (${VERSION})
-
-Copyright (C) 2003-2009 Gentoo Foundation, Inc.
-This is free software; see the source for copying conditions.
-
EOF
}
##