#!/usr/bin/python
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.40 2004/07/11 21:22:07 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.41 2004/07/11 21:24:15 zhen Exp $
# Maintained in full by John Davis <zhen@gentoo.org>
conf_values={}
def usage():
- print "Usage catalyst [-f file] [variable=value...]"
+ print "Usage catalyst [options] [-C variable=value...]"
print " -h --help print this help message"
print " -v --version display version information"
print " -d --debug enable debugging"
print " -c --config use specified configuration file"
- print " -C --cli catalyst commandline"
+ print " -C --cli catalyst commandline (MUST BE LAST OPTION)"
print " -f --file read specfile"
print " -V --verbose verbose output"