New command -concat
This commit is contained in:
@ -2108,6 +2108,13 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag)
|
||||
" Like -cp_rx but trying to restore timestamps and ownership.",
|
||||
" -paste_in iso_rr_path disk_path byte_offset byte_count",
|
||||
" Copy ISO file content into a byte interval of a disk file.",
|
||||
" -concat \"append\"|\"overwrite\" target iso_rr_path [***]",
|
||||
" Write content of iso_rr_paths into disk file target. Target",
|
||||
" may be a disk_path or \"-\" for writing to standard output.",
|
||||
" -concat \"pipe\" lim prog [args [...]] lim iso_rr_path [***]",
|
||||
" Start prog with given args and write content of iso_rr_paths",
|
||||
" into its standard input. prog must at least contain one '/'.",
|
||||
" lim may be any word that is not among prog and args.",
|
||||
" -mount drive entity id path",
|
||||
" Like -mount_cmd but actually performing that command if",
|
||||
" not setuid or setgid is active.",
|
||||
|
Reference in New Issue
Block a user