Skip to content

Commit c355147

Browse files
committed
Minor changes to documentation
1 parent 7b9bba6 commit c355147

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

seismic/extract_event_traces.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def closure_get_waveforms(network, station, location, channel, starttime, endtim
400400
@click.option('--output-file', type=click.Path(dir_okay=False, writable=True), required=True,
401401
help='Path to output file, e.g. "7X_event_waveforms.h5".')
402402
@click.option('--log-folder', type=click.Path(dir_okay=True, file_okay=False, writable=True), required=True,
403-
help='Path to output file, e.g. "7X_event_waveforms.h5".')
403+
help='Path to folder in which log files are to be output.')
404404
@click.option('--start-time', type=str, default=None, show_default=True,
405405
help='Start datetime in ISO 8601 format, e.g. "2009-06-16T03:42:00". '
406406
'If empty, will be inferred from the inventory file.')
@@ -447,8 +447,7 @@ def closure_get_waveforms(network, station, location, channel, starttime, endtim
447447
help='Theoretical tau-p Earth model to use for Trace stats computation. Other possibilities, '
448448
'such as ak135, are documented here: https://docs.obspy.org/packages/obspy.taup.html')
449449
@click.option('--dry-run', is_flag=True, default=False, show_default=True,
450-
help='Reports events available to each station, by wave-type and exits without outputting any data. '
451-
'Has no effect on --catalog-only mode.')
450+
help='Reports events available to each station, by wave-type and exits without outputting any data. ')
452451
def main(data_source, network_list, station_list, gcmt_catalog_file, output_file, log_folder,
453452
start_time, end_time,
454453
p_data, s_data, sw_data,

0 commit comments

Comments
 (0)