Swapped -v/-V since I had gotten them wrong here.
authorChris Gianelloni <wolf31o2@gentoo.org>
Fri, 9 Dec 2005 22:38:43 +0000 (22:38 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Fri, 9 Dec 2005 22:38:43 +0000 (22:38 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@961 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
catalyst

index f34ee5bdcc39858679bee355c5938acd02397fdf..c60ef4744f5969ec69857553df5e5ddd5432862d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.448 2005/12/09 20:47:05 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.449 2005/12/09 22:38:43 wolf31o2 Exp $
+
+  09 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
+  Swapped -v/-V since I had gotten them wrong here.
 
   09 Dec 2005; Eric Edgar <rocket@gentoo.org>
   modules/generic_stage_target.py:
index 71e5e1170d677903e2f81da626306ce79e09735b..6493a4dccce4a54f2c3da403f9c69e0aa1b45497 100755 (executable)
--- a/catalyst
+++ b/catalyst
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.112 2005/12/09 19:03:07 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.113 2005/12/09 22:38:43 wolf31o2 Exp $
 
 # Maintained in full by:
 # Eric Edgar <rocket@gentoo.org>
@@ -25,8 +25,8 @@ def usage():
        print " -h --help               print this help message"
        print " -p --purge              clear tmp dirs,package cache and autoresume flags"
        print " -s --snapshot           generate a Portage snapshot"
-       print " -v --version            display version information"
-       print " -V --verbose            verbose output"
+       print " -V --version            display version information"
+       print " -v --verbose            verbose output"
        print
        print "Usage examples:"
        print