New command -move

This commit is contained in:
2013-03-13 19:59:18 +00:00
parent 430a519c79
commit 4c819f6dba
9 changed files with 183 additions and 117 deletions

View File

@ -1738,8 +1738,12 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag)
" Delete the given files from the ISO image.",
" -rm_r iso_rr_path [***]",
" Delete the given directory trees from ISO image.",
" -move iso_rr_path iso_rr_path",
" Rename the single file given by the first iso_rr_path to",
" the second iso_rr_path.",
" -mv iso_rr_path [***] iso_rr_path",
" Rename the given file objects in the ISO tree to iso_rr_path.",
" Like shell command mv rename the given file objects in the",
" ISO tree to the last of the iso_rr_path parameters.",
" -chown uid iso_rr_path [***]",
" Equivalent to chown in the ISO image.",
" -chown_r uid iso_rr_path [***]",