Minor layout adjustments

This commit is contained in:
Bernardo Damele
2009-04-24 20:12:52 +00:00
parent 546a6c32e3
commit 406d5df195
2 changed files with 9 additions and 8 deletions

View File

@@ -245,7 +245,7 @@ def cmdLineParser():
enumeration.add_option("--dump", dest="dumpTable", action="store_true",
help="Dump DBMS database table entries "
"(req -T, opt -D, -C, --start, --stop)")
"(req -T, opt -D, -C)")
enumeration.add_option("--dump-all", dest="dumpAll", action="store_true",
help="Dump all DBMS databases tables entries")
@@ -268,10 +268,10 @@ def cmdLineParser():
"enumerating tables")
enumeration.add_option("--start", dest="limitStart", type="int",
help="First table entry to dump")
help="First query output entry to retrieve")
enumeration.add_option("--stop", dest="limitStop", type="int",
help="Last table entry to dump")
help="Last query output entry to retrieve")
enumeration.add_option("--sql-query", dest="query",
help="SQL statement to be executed")