Learned helptexts for -inq, -format, -load from cdrecord (they are wrong, btw)

This commit is contained in:
Thomas Schmitt 2007-09-18 07:20:23 +00:00
parent 8fd2539a5c
commit 2b0ce8ec9a
3 changed files with 11 additions and 2 deletions

View File

@ -282,6 +282,11 @@ Show non-cdrecord compatible options.
.TP .TP
.BI \-help .BI \-help
Show cdrecord compatible options. 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 .TP
.BI \-version .BI \-version
Print cdrskin id line, compatibility lure line, libburn version, cdrskin Print cdrskin id line, compatibility lure line, libburn version, cdrskin

View File

@ -2415,13 +2415,17 @@ see_cdrskin_eng_html:;
"\tdriveropts=opt\topt= one of {burnfree,noburnfree,help}\n"); "\tdriveropts=opt\topt= one of {burnfree,noburnfree,help}\n");
fprintf(stderr, fprintf(stderr,
"\t-checkdrive\tcheck if a driver for the drive is present\n"); "\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,"\t-scanbus\tscan the SCSI bus and exit\n");
fprintf(stderr,"\tspeed=#\t\tset speed of drive\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,"\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, fprintf(stderr,
"\tfs=#\t\tSet fifo size to # (0 to disable, default is 4 MB)\n"); "\tfs=#\t\tSet fifo size to # (0 to disable, default is 4 MB)\n");
fprintf(stderr, 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"); fprintf(stderr,"\t-dummy\t\tdo everything with laser turned off\n");
#ifdef Cdrskin_libburn_has_multI #ifdef Cdrskin_libburn_has_multI
fprintf(stderr, fprintf(stderr,

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2007.09.17.163735" #define Cdrskin_timestamP "2007.09.18.072234"