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 ca2cae9b0a
commit 0fc685fc85
3 changed files with 9 additions and 2 deletions

View File

@ -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.

View File

@ -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,

View File

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