diff --git a/xorriso/xorriso.c b/xorriso/xorriso.c index 6525f3d4..f9c1b680 100644 --- a/xorriso/xorriso.c +++ b/xorriso/xorriso.c @@ -10462,7 +10462,7 @@ int Xorriso_cdrskin_help(struct XorrisO *xorriso, int flag) "\t-nopad\t\tDo not pad", "\t--grow_overwriteable_iso\temulate multi-session on DVD+RW, BD-RE", "\twrite_start_address=#\t\twrite to byte address on DVD+RW, BD-RE", -"\tstream_recording=on\t\ttry to get full speed on DVD-RAM, BD", +"\tstream_recording=on|number\ttry to get full speed on DVD-RAM, BD", "\tdvd_obs=default|32k|64k\t\tbytes per DVD/BD write operation", "\tstdio_sync=on|off|number\twhether to fsync output to \"stdio:\"", "\t-help\t\tprint this text to stderr and exit emulation", diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 21a7ecb8..d56be45d 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2009.12.10.120734" +#define Xorriso_timestamP "2009.12.14.121636"