Skip to content
Snippets Groups Projects
Commit 83124d57 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

compute_far_from_: edit help text

parent 00d608f9
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ def parse_command_line():
parser.add_option("--tmp-space", metavar = "dir", help = "Set the name of the tmp space if working with sqlite")
parser.add_option("--verbose", "-v", action = "store_true", help = "Be verbose.")
parser.add_option("--non-injection-db", metavar = "filename", action = "append", help = "single file for non injections run")
parser.add_option("--injection-db", action = "append", default=[], help = "append to the list of possible injection files, may be empty if no injections were done. Databases are assumed to be over the same time period as the non injection databases using the same templates. If not the results will be nonsense.")
parser.add_option("--injection-db", metavar = "filename", default = [], action = "append", help = "Provide the name of a database from an injection run. Can be given multiple times. Databases are assumed to be over the same time period as the non injection databases using the same templates. If not the results will be nonsense.")
options, filenames = parser.parse_args()
return options, filenames
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment