Man page entry and help text for option -V

This commit is contained in:
Thomas Schmitt 2009-11-12 19:34:58 +00:00
parent a67e188fb3
commit 22fafb92eb
3 changed files with 9 additions and 2 deletions

@ -796,6 +796,11 @@ Level 2 additionally reports about option settings derived from arguments or
startup files. Level 3 is for debugging and useful mainly in conjunction with startup files. Level 3 is for debugging and useful mainly in conjunction with
somebody who had a look into the program sourcecode. somebody who had a look into the program sourcecode.
.TP .TP
.BI \-V
Enable logging of SCSI commands to stderr. This allows expert examination
of the interaction between libburn and the drive. The commands are specified
in SCSI-3 standards SPC, SBC, MMC.
.TP
.BI \-waiti .BI \-waiti
Wait until input data is available at stdin or EOF occurs at stdin. Wait until input data is available at stdin or EOF occurs at stdin.
Only then begin to access any drives. Only then begin to access any drives.

@ -2789,7 +2789,9 @@ see_cdrskin_eng_html:;
"\tdev=target\tpseudo-SCSI target to use as CD-Recorder\n"); "\tdev=target\tpseudo-SCSI target to use as CD-Recorder\n");
fprintf(stderr, fprintf(stderr,
"\tgracetime=#\tset the grace time before starting to write to #.\n"); "\tgracetime=#\tset the grace time before starting to write to #.\n");
fprintf(stderr,"\t-v\t\tincrement verbose level by one\n"); fprintf(stderr,"\t-v\t\tincrement general verbose level by one\n");
fprintf(stderr,
"\t-V\t\tincrement SCSI command transport verbose level by one\n");
fprintf(stderr, fprintf(stderr,
"\tdriveropts=opt\topt= one of {burnfree,noburnfree,help}\n"); "\tdriveropts=opt\topt= one of {burnfree,noburnfree,help}\n");
fprintf(stderr, fprintf(stderr,

@ -1 +1 @@
#define Cdrskin_timestamP "2009.11.12.180241" #define Cdrskin_timestamP "2009.11.12.193617"