nicer usage for cubicweb-ctl
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 26 Jan 2010 10:24:07 +0100
changeset 4352 afe1f9bc308a
parent 4351 619c7f9302fc
child 4353 7db69db4913c
nicer usage for cubicweb-ctl
cwctl.py
toolsutils.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
--- 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)