From ab8265b042332df47cf17f2105a06936573be260 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 6 Mar 2011 15:37:30 +0000 Subject: [PATCH] Helptext of -as mkisofs now points to man xorrisofs --- xorriso/emulators.c | 2 +- xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xorriso/emulators.c b/xorriso/emulators.c index 164d8555..8913d8d6 100644 --- a/xorriso/emulators.c +++ b/xorriso/emulators.c @@ -678,7 +678,7 @@ int Xorriso_genisofs_help(struct XorrisO *xorriso, int flag) { static char helptext[][160]= { "Usage: xorriso -as mkisofs [options] file...", -"Note: This is not mkisofs. See xorriso -help, xorriso -version, man xorriso", +"Note: This is not mkisofs. See xorriso -help, xorriso -version, man xorrisofs", "Options:", " -f, -follow-links Follow symbolic links", " -graft-points Allow to use graft points for filenames", diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 795cd438..f3f8f787 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2011.03.05.141534" +#define Xorriso_timestamP "2011.03.06.153741"