From: Chris Gianelloni Date: Fri, 9 Dec 2005 22:38:43 +0000 (+0000) Subject: Swapped -v/-V since I had gotten them wrong here. X-Git-Tag: CATALYST_2_0_6_916~533 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=20b20c1a18bc84b7b129e194a965320e6b525575;p=catalyst.git Swapped -v/-V since I had gotten them wrong here. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@961 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index f34ee5bd..c60ef474 100644 --- 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 catalyst: + Swapped -v/-V since I had gotten them wrong here. 09 Dec 2005; Eric Edgar modules/generic_stage_target.py: diff --git a/catalyst b/catalyst index 71e5e117..6493a4dc 100755 --- 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 @@ -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