From 630eea6119a6ce6336cd56e03758a811ede8762a Mon Sep 17 00:00:00 2001 From: ChiWai Chan <chiwai.chan@ligo.org> Date: Thu, 5 Sep 2019 00:54:15 -0700 Subject: [PATCH] gstlal_inspiral_plot_snr: update --help --- gstlal-inspiral/bin/gstlal_inspiral_plot_snr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstlal-inspiral/bin/gstlal_inspiral_plot_snr b/gstlal-inspiral/bin/gstlal_inspiral_plot_snr index 73799c6ad0..994e8bcce4 100755 --- a/gstlal-inspiral/bin/gstlal_inspiral_plot_snr +++ b/gstlal-inspiral/bin/gstlal_inspiral_plot_snr @@ -17,7 +17,7 @@ def parse_command_line(): parser.add_option("-o", "--outdir", metavar = "directory", help = "The output directory for the SNR plot (require).") parser.add_option("-i", "--input", metavar = "cache", help = "The input cache containing SNR urls (require).") - parser.add_option("-f", "--format", metavar = "file_type", help = "The format of the output plot, can only be '.png' or '.svg' (default = .svg).") + parser.add_option("-f", "--format", metavar = "file_type", help = "The format of the output plot (default = .png).") parser.add_option("--center", metavar = "gpsSeconds", type = "float", help = "Center the plot to --center (optional).") parser.add_option("--width", metavar = "inch", default = 8, type = "int", help = "The output width of the figure.") parser.add_option("--span", metavar = "seconds", type = "float", help = "The time span around --center (optional).") -- GitLab