From 0fc685fc85ef2ff05b01a48ed2b24a557529ca91 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 12 Nov 2009 19:34:58 +0000 Subject: [PATCH] Man page entry and help text for option -V --- cdrskin/cdrskin.1 | 5 +++++ cdrskin/cdrskin.c | 4 +++- cdrskin/cdrskin_timestamp.h | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/cdrskin/cdrskin.1 b/cdrskin/cdrskin.1 index e819043..9fcfbde 100644 --- a/cdrskin/cdrskin.1 +++ b/cdrskin/cdrskin.1 @@ -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. diff --git a/cdrskin/cdrskin.c b/cdrskin/cdrskin.c index 26eb939..6825802 100644 --- a/cdrskin/cdrskin.c +++ b/cdrskin/cdrskin.c @@ -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, diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 75b94a0..7b0f72e 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2009.11.12.180241" +#define Cdrskin_timestamP "2009.11.12.193617"