From 5b369d3c523d0d6cf3a8c4555e1de0eda3397bf5 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 18 Apr 2010 10:09:10 +0000 Subject: [PATCH] Added --sort-weight to -as mkisofs -help --- xorriso/xorriso.c | 1 + xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/xorriso/xorriso.c b/xorriso/xorriso.c index 5df9debc..a785b2e3 100644 --- a/xorriso/xorriso.c +++ b/xorriso/xorriso.c @@ -11209,6 +11209,7 @@ int Xorriso_genisofs_help(struct XorrisO *xorriso, int flag) #ifdef Xorriso_with_isohybriD " isolinux_mbr=on|auto|off Control eventual isohybrid MBR generation", #endif +" --sort-weight NUMBER FILE Set LBA weight number to file or file tree", " --stdio_sync on|off|number Control forced output to disk files", " -z, -transparent-compression", " Enable transparent compression of files", diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 2e4d074f..93bfea0b 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2010.04.18.095808" +#define Xorriso_timestamP "2010.04.18.100814"