2014-11-21 Fred Gleason <fredg@paravelsystems.com>

* Added a '--clear-daypart-times' option to rdimport(1) in
	'utils/rdimport/rdimport.cpp' and 'utils/rdimport/rdimport.h'.
This commit is contained in:
Fred Gleason
2014-11-21 18:58:37 -05:00
parent 55d0a43edf
commit 48f663763a
4 changed files with 30 additions and 3 deletions

View File

@@ -37,6 +37,12 @@ Do not set the cut start and end datetimes, even if such are found in
the file's import metadata. Mutually exclusive with the \fB--set-datetimes\fP
option.
.TP
.B --clear-daypart-times
Do not set the cut start and end daypart times, even if such are found in
the file's import metadata. Mutually exclusive with the
\fB--set-daypart-times\fP option.
.TP
.B --create-enddate-offset=<\fIdays\fP>
If the imported file does not reference an end date, create with
@@ -175,11 +181,13 @@ Default action is not to create segue markers.
.TP
.B --set-datetimes=<\fIstart-datetime\fP>,<\fIend-datetime\fP>
Set the cut start and end datetimes, in the format YYYYMMDD-HHMMSS.
Set the cut start and end datetimes, in the format YYYYMMDD-HHMMSS. Mutually
exclusive with \fB--clear-datetimes\fP.
.TP
.B --set-daypart-times=<\fIstart-time\fP>,<\fIend-time\fP>
Set the cut start and end daypart times, in the format HHMMSS.
Set the cut start and end daypart times, in the format HHMMSS. Mutually
exclusive with \fB--clear-daypart-times\fP.
.TP
.B --set-marker-end-<\fImarker\fP>=<\fIoffset\fP>