Corrected xorrisofs help text about -chrp-boot-part and -prep-boot-part

This commit is contained in:
Thomas Schmitt 2014-09-23 06:45:32 +00:00
parent c15859f2fb
commit ff81fc2028
2 changed files with 3 additions and 3 deletions

View File

@ -863,8 +863,8 @@ int Xorriso_genisofs_help(struct XorrisO *xorriso, int flag)
" --grub2-sparc-core FILE Set path of core file for disk label patching",
" -efi-boot-part DISKFILE|--efi-boot-image",
" Set data source for EFI System Partition",
" -chrp-boot-part Mark ISO image size by MBR partition type 0x41",
" -prep-boot-part DISKFILE Set data source for MBR partition type 0x96",
" -chrp-boot-part Mark ISO image size by MBR partition type 0x96",
" -prep-boot-part DISKFILE Set data source for MBR partition type 0x41",
" -append_partition NUMBER TYPE FILE",
" Append FILE after image. TYPE is hex: 0x..",
" --modification-date=YYYYMMDDhhmmsscc",

View File

@ -1 +1 @@
#define Xorriso_timestamP "2014.08.20.093534"
#define Xorriso_timestamP "2014.09.23.064407"