# HG changeset patch # User Sylvain Thénault # Date 1264497847 -3600 # Node ID afe1f9bc308acd45d03137459f2d985f527847d3 # Parent 619c7f9302fc5c48899484e9a93d329604c9178d nicer usage for cubicweb-ctl diff -r 619c7f9302fc -r afe1f9bc308a cwctl.py --- a/cwctl.py Tue Jan 26 10:23:38 2010 +0100 +++ b/cwctl.py Tue Jan 26 10:24:07 2010 +0100 @@ -1,7 +1,7 @@ """%%prog %s [options] %s -CubicWeb main instances controller. -:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses +The CubicWeb swiss-knife. + %s""" import sys diff -r 619c7f9302fc -r afe1f9bc308a toolsutils.py --- a/toolsutils.py Tue Jan 26 10:23:38 2010 +0100 +++ b/toolsutils.py Tue Jan 26 10:24:07 2010 +0100 @@ -250,7 +250,7 @@ def main_run(args, doc): """command line tool""" try: - base_main_run(args, doc) + base_main_run(args, doc, copyright=None) except ConfigurationError, err: print 'ERROR: ', err sys.exit(1)