--- 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)