# HG changeset patch # User Sylvain Thénault # Date 1267165607 -3600 # Node ID 2bd3d03721f3b94624e75dbca517e8c185273014 # Parent d8206e0d18387243ade6fa93f51f4df7517fe985 #687194: cubicweb-ctl exlog : fix help message diff -r d8206e0d1838 -r 2bd3d03721f3 devtools/devctl.py --- a/devtools/devctl.py Fri Feb 26 07:08:11 2010 +0100 +++ b/devtools/devctl.py Fri Feb 26 07:26:47 2010 +0100 @@ -575,17 +575,16 @@ class ExamineLogCommand(Command): """Examine a rql log file. - usage: python exlog.py < rql.log - will print out the following table total execution time || number of occurences || rql query sorted by descending total execution time - chances are the lines at the top are the ones that will bring - the higher benefit after optimisation. Start there. + chances are the lines at the top are the ones that will bring the higher + benefit after optimisation. Start there. """ + arguments = '< rql.log' name = 'exlog' options = ( )