Update usage statement to contain version and copyright information
authorfuzzyray <fuzzyray@gentoo.org>
Wed, 9 Dec 2009 20:35:35 +0000 (20:35 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Wed, 9 Dec 2009 20:35:35 +0000 (20:35 -0000)
svn path=/trunk/gentoolkit/; revision=710

bin/revdep-rebuild

index cf86e717f7e68e8197d445af922a7c4f8be393e4..aa9666787a13687281d927bd4208835a674f8247 100755 (executable)
@@ -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
 }
 ##