Bug fix: -as mkisofs did not unescape "\=" in the source part of pathspecs
This commit is contained in:
@ -1921,9 +1921,9 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag)
|
||||
"Commands marked by [***] have variable length parameter lists and perform",
|
||||
"pattern expansion if enabled by -iso_rr_pattern or -disk_pattern.",
|
||||
"",
|
||||
" -pathspecs \"on\"|\"off\" Allow or disallow pathspecs of form ",
|
||||
" iso_rr_path=disk_path . Only \"off\" allows eventual",
|
||||
" -disk_pattern expansion.",
|
||||
" -pathspecs \"on\"|\"off\"|\"as_mkisofs\"",
|
||||
" Allow or disallow pathspecs of form iso_rr_path=disk_path",
|
||||
" Only \"off\" allows -disk_pattern expansion.",
|
||||
" -file_name_limit number",
|
||||
" Set truncation size for file names [64 ... 255].",
|
||||
" -file_size_limit value [...]",
|
||||
|
Reference in New Issue
Block a user