New option -hide
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 "Jun 10, 2010"
|
||||
.TH XORRISO 1 "Jun 20, 2010"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -1422,6 +1422,20 @@ where "A0" is year 2000, "B0" is 2010, etc.
|
||||
\fB\-alter_date_r\fR type timestring iso_rr_path [***]
|
||||
Like -alter_date but affecting all files below eventual directories.
|
||||
.TP
|
||||
\fB\-hide\fR hide_state iso_rr_path [***]
|
||||
Prevent the names of the given files from showing up in the directory trees
|
||||
of ISO 9660 and/or Joliet when the image gets written.
|
||||
The eventual data content of such hidden files will be included in the
|
||||
resulting image, even if they do not show up in any directory.
|
||||
But you will need own means to find nameless data in the image.
|
||||
.br
|
||||
Possible values of hide_state are: "iso_rr" for hiding from ISO 9660 tree,
|
||||
"joliet" for Joliet tree, "on" for both trees. "off" means visibility in
|
||||
both directory trees.
|
||||
.br
|
||||
This command does not apply to the boot catalog.
|
||||
Rather use: -boot_image "any" "cat_hidden=on"
|
||||
.TP
|
||||
.B Tree traversal command -find:
|
||||
.PP
|
||||
.TP
|
||||
@ -1490,8 +1504,8 @@ Matches files which are filtered by -set_filter.
|
||||
.br
|
||||
\fB\-hidden\fR hide_state :
|
||||
Matches files which are hidden in "iso_rr" tree, in "joliet" tree,
|
||||
in both ("on"), or not hidden in any tree ("off"). Those who are hidden
|
||||
in some tree match -not -hidden "off".
|
||||
in both trees ("on"), or not hidden in any tree ("off").
|
||||
Those which are hidden in some tree match -not -hidden "off".
|
||||
.br
|
||||
\fB\-prune\fR :
|
||||
If this test is reached and the tested file is a directory then -find will not
|
||||
|
Reference in New Issue
Block a user