New command -concat

This commit is contained in:
2014-04-21 13:18:38 +00:00
parent 8d4867c9a4
commit 642ec7ca89
17 changed files with 712 additions and 129 deletions

View File

@ -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.",