diff --git a/cdrskin/cdrskin.1 b/cdrskin/cdrskin.1 index d712421..d843ea7 100644 --- a/cdrskin/cdrskin.1 +++ b/cdrskin/cdrskin.1 @@ -282,6 +282,11 @@ Show non-cdrecord compatible options. .TP .BI \-help Show cdrecord compatible options. +.br +Note that some of the help texts are quite wrong - for cdrecord as well as +for cdrskin (e.g. -format, blank=, -load). They are, nevertheless, traditional +indicators for the availability of the listed options. Some frontend programs +make decisions after reading them. .TP .BI \-version Print cdrskin id line, compatibility lure line, libburn version, cdrskin diff --git a/cdrskin/cdrskin.c b/cdrskin/cdrskin.c index e9e8a7b..fc35ca6 100644 --- a/cdrskin/cdrskin.c +++ b/cdrskin/cdrskin.c @@ -2415,13 +2415,17 @@ see_cdrskin_eng_html:; "\tdriveropts=opt\topt= one of {burnfree,noburnfree,help}\n"); fprintf(stderr, "\t-checkdrive\tcheck if a driver for the drive is present\n"); + fprintf(stderr,"\t-inq\t\tdo an inquiry for the drive and exit\n"); fprintf(stderr,"\t-scanbus\tscan the SCSI bus and exit\n"); fprintf(stderr,"\tspeed=#\t\tset speed of drive\n"); fprintf(stderr,"\tblank=type\tblank a CD-RW disc (see blank=help)\n"); + fprintf(stderr,"\t-format\t\tformat a CD-RW/DVD-RW/DVD+RW disc\n"); fprintf(stderr, "\tfs=#\t\tSet fifo size to # (0 to disable, default is 4 MB)\n"); fprintf(stderr, - "\t-eject\t\teject the disk after doing the work (might be ignored)\n"); + "\t-load\t\tload the disk and exit (works only with tray loader)\n"); + fprintf(stderr, + "\t-eject\t\teject the disk after doing the work\n"); fprintf(stderr,"\t-dummy\t\tdo everything with laser turned off\n"); #ifdef Cdrskin_libburn_has_multI fprintf(stderr, diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index f9a5b5a..f4fc8af 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2007.09.17.163735" +#define Cdrskin_timestamP "2007.09.18.072234"