New command -toc_info_type
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISO 1 "Version 1.5.7, May 12, 2024"
|
||||
.TH XORRISO 1 "Version 1.5.7, Jun 28, 2024"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -4573,6 +4573,20 @@ summary of drive state and medium content is printed.
|
||||
As further difference to \-toc, this command does not emit FAILURE events
|
||||
if the desired drive is not acquired.
|
||||
.TP
|
||||
\fB\-toc_info_type\fR typetext
|
||||
Choose which information to show in the rightmost column of \-toc and \-toc_of.
|
||||
.br
|
||||
Type "volid" is the default. It shows the Volume Ids of the listed ISO
|
||||
sessions.
|
||||
.br
|
||||
Type "creation_time" or "ctime" chooses the Creation Times.
|
||||
.br
|
||||
Type "modification_time" or "mtime" chooses the Modification Times.
|
||||
.br
|
||||
Appending "_gmt" to a time type text causes the time information
|
||||
to be shown in ECMA\-119 format YYYYMMDDhhmmsscc in timezone GMT. Else it is
|
||||
shown as timestamps YYYY.MM.DD.hhmmss in the local timezone of the system.
|
||||
.TP
|
||||
\fB\-assess_indev_features\fR "plain"|"cmd"|"as_mkisofs"|"replay"
|
||||
Inspect the filesystem on \-indev for the presence of Rock Ridge, Joliet, or
|
||||
ISO 9660:1999, and for traces of other write options which seem to have been
|
||||
@ -4690,8 +4704,10 @@ This depends on medium type, number of recorded sessions, and drive habits.
|
||||
Print various ID strings and timestamps which can be found in loaded ISO
|
||||
images. Some of the IDs may be changed by commands like \-volid or \-publisher.
|
||||
For these IDs \-pvd_info reports what would be written with the next \-commit.
|
||||
The timestamps get not automatically propagated from loaded image to newly
|
||||
written image. The ones for new images may be set by command \-volume_date.
|
||||
.br
|
||||
The timestamps get shown in ECMA\-119 format YYYYMMDDhhmmsscc and timezone GMT.
|
||||
They do not get automatically propagated from loaded image to newly written
|
||||
image. The ones for new images may be set by command \-volume_date.
|
||||
See there for the meaning of the particular timestamps.
|
||||
.TP
|
||||
\fB\-report_el_torito\fR mode
|
||||
|
Reference in New Issue
Block a user