Corrected documentation about -find
This commit is contained in:
parent
1d65dc7ddb
commit
19671eaf94
@ -969,7 +969,7 @@ which match one of the patterns.
|
|||||||
Similar to shell command du -sk.
|
Similar to shell command du -sk.
|
||||||
.TP
|
.TP
|
||||||
\fB\-find\fR iso_rr_path [-name pattern]
|
\fB\-find\fR iso_rr_path [-name pattern]
|
||||||
A very restricted sunstitute for to shell command find in the ISO image.
|
A very restricted substitute for shell command find in the ISO image.
|
||||||
It prints the paths of matchin file objects beginning with iso_rr_path.
|
It prints the paths of matchin file objects beginning with iso_rr_path.
|
||||||
.br
|
.br
|
||||||
Optional -name pattern is not expanded but used for comparison with
|
Optional -name pattern is not expanded but used for comparison with
|
||||||
|
@ -6402,9 +6402,9 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag)
|
|||||||
" -dusx pattern [***] like -dux but summing up subdirectories without",
|
" -dusx pattern [***] like -dux but summing up subdirectories without",
|
||||||
" listing them explicitely.",
|
" listing them explicitely.",
|
||||||
"",
|
"",
|
||||||
"> -find pattern lists matching files below current working directory in",
|
" -find iso_r_path [-name pattern] lists files below the current working",
|
||||||
" the ISO image.",
|
" directory in the ISO image. If -name pattern is given",
|
||||||
"> -findi pattern same as -find.",
|
" then only files with matching leaf names are given out.",
|
||||||
"> -findx pattern lists matching files below current working directory in",
|
"> -findx pattern lists matching files below current working directory in",
|
||||||
" the local filesystem.",
|
" the local filesystem.",
|
||||||
"",
|
"",
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2007.12.21.131538"
|
#define Xorriso_timestamP "2007.12.21.132017"
|
||||||
|
Loading…
Reference in New Issue
Block a user