Skip to content
Snippets Groups Projects
Commit 0cc354fc authored by Leo Pound Singer's avatar Leo Pound Singer
Browse files

gstlal_inspiral: fixed version and usage string

Before, you would have gotten the following:

$ gstlal_inspiral --help
gstlal_inspiral [OPTION...]  [options] - Stream-based inspiral analysis tool
...
parent c6abe66f
No related branches found
No related tags found
No related merge requests found
......@@ -59,8 +59,6 @@ from pylal.xlal.datatypes.snglinspiraltable import from_buffer as sngl_inspirals
def parse_command_line():
parser = OptionParser(
version = "%prog ??",
usage = "%prog [options]",
description = "Stream-based inspiral analysis tool"
)
parser.add_option("--frame-cache", metavar = "filename", help = "Set the name of the LAL cache listing the LIGO-Virgo .gwf frame files (optional). This is required unless --fake-data or --online-data is used in which case it must not be set.")
......
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