Man page entry and help text for option -V
This commit is contained in:
parent
a67e188fb3
commit
22fafb92eb
@ -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
|
||||
somebody who had a look into the program sourcecode.
|
||||
.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
|
||||
Wait until input data is available at stdin or EOF occurs at stdin.
|
||||
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");
|
||||
fprintf(stderr,
|
||||
"\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,
|
||||
"\tdriveropts=opt\topt= one of {burnfree,noburnfree,help}\n");
|
||||
fprintf(stderr,
|
||||
|
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2009.11.12.180241"
|
||||
#define Cdrskin_timestamP "2009.11.12.193617"
|
||||
|
Loading…
Reference in New Issue
Block a user