Skip to content

Commit

Permalink
Clarify start/end time selections also match when time is contained i…
Browse files Browse the repository at this point in the history
…n record
  • Loading branch information
Chad Trabant committed Jun 25, 2018
1 parent 60ead84 commit 7bc3432
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/msi.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* code will be 0.
*
* Written by Chad Trabant, IRIS Data Management Center.
*
* modified 2015.062
***************************************************************************/

#include <stdio.h>
Expand Down Expand Up @@ -973,8 +971,8 @@ usage (void)
" -e encoding Specify encoding format of data samples\n"
"\n"
" ## Data selection options ##\n"
" -ts time Limit to records that start after time\n"
" -te time Limit to records that end before time\n"
" -ts time Limit to records that contain or start after time\n"
" -te time Limit to records that contain or end before time\n"
" time format: 'YYYY[,DDD,HH,MM,SS,FFFFFF]' delimiters: [,:.]\n"
" -M match Limit to records matching the specified regular expression\n"
" -R reject Limit to records not matching the specfied regular expression\n"
Expand Down

0 comments on commit 7bc3432

Please sign in to comment.