Helptext of -as mkisofs now points to man xorrisofs

This commit is contained in:
Thomas Schmitt 2011-03-06 15:37:30 +00:00
parent 9c5b98ae5c
commit ab8265b042
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -1 +1 @@
#define Xorriso_timestamP "2011.03.05.141534"
#define Xorriso_timestamP "2011.03.06.153741"