Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ddb5af

Browse files
committed
Adapted to latest enhancements
1 parent 38f1393 commit 6ddb5af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/parse/cmdline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def cmdLineParser():
147147

148148
enumeration.add_option("--dump", dest="dumpTable", action="store_true",
149149
help="Dump DBMS database table entries "
150-
"(req: -T, -D opt: -C)")
150+
"(req: -T, -D opt: -C, --start, --stop)")
151151

152152
enumeration.add_option("--dump-all", dest="dumpAll", action="store_true",
153153
help="Dump all DBMS databases tables entries")

0 commit comments

Comments
 (0)