minor adjustment regarding "file" switches

This commit is contained in:
Miroslav Stampar 2011-02-10 19:55:47 +00:00
parent 4295a78c5f
commit 5f2fcd1eea

View File

@ -349,15 +349,15 @@ def cmdLineParser():
"can be used to access the back-end database " "can be used to access the back-end database "
"management system underlying file system.") "management system underlying file system.")
filesystem.add_option("--read-file", dest="rFile", filesystem.add_option("--file-read", dest="rFile",
help="Read a file from the back-end DBMS " help="Read a file from the back-end DBMS "
"file system") "file system")
filesystem.add_option("--write-file", dest="wFile", filesystem.add_option("--file-write", dest="wFile",
help="Write a local file on the back-end " help="Write a local file on the back-end "
"DBMS file system") "DBMS file system")
filesystem.add_option("--dest-file", dest="dFile", filesystem.add_option("--file-dest", dest="dFile",
help="Back-end DBMS absolute filepath to " help="Back-end DBMS absolute filepath to "
"write to") "write to")