New command -update_li

This commit is contained in:
2016-12-14 10:18:14 +01:00
parent 7b12dd0dda
commit 85aa000192
8 changed files with 95 additions and 65 deletions

View File

@@ -1983,6 +1983,8 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag)
" Like -update but affecting all files below directories.",
" -update_l disk_prefix iso_rr_prefix disk_path [***]",
" Performs -update_r with each disk_path.",
" -update_li iso_rr_prefix disk_prefix iso_rr_path [***]",
" Performs -update_r with each iso_rr_path.",
" -update_lxi disk_prefix iso_rr_prefix disk_or_iso_rr_path [***]",
" Performs -update_r with each disk_path or corresponding",
" iso_rr_path after exchange of disk_prefix by iso_rr_prefix.",