Letting -as cdrecord -help point to man xorrecord rather than to man xorriso

This commit is contained in:
Thomas Schmitt 2013-05-03 13:55:17 +00:00
parent 1ae3ecde09
commit 507c3b61ee
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ int Xorriso_cdrskin_help(struct XorrisO *xorriso, int flag)
{
static char helptext[][80]= {
"Usage: xorriso -as cdrecord [options|source_addresses]",
"Note: This is not cdrecord. See xorriso -help, xorriso -version, man xorriso",
"Note: This is not cdrecord. See xorriso -help, xorriso -version, man xorrecord",
"Options:",
"\t-version\tprint version information and exit emulation",
"\t--devices\tprint list of available MMC drives and exit emulation",

View File

@ -1 +1 @@
#define Xorriso_timestamP "2013.04.16.124331"
#define Xorriso_timestamP "2013.05.03.135424"