From 7c53e5f1d72b23fd14fe9358d986cf9d2cb14241 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 19 Oct 2006 16:49:00 +0000 Subject: [PATCH] Corrected -help text --- trunk/cdrskin/cdrskin.c | 2 +- trunk/cdrskin/cdrskin_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/cdrskin/cdrskin.c b/trunk/cdrskin/cdrskin.c index 77ef4d8c..1e83d6f0 100644 --- a/trunk/cdrskin/cdrskin.c +++ b/trunk/cdrskin/cdrskin.c @@ -1980,7 +1980,7 @@ see_cdrskin_eng_html:; fprintf(stderr,"\t-nopad\t\tDo not pad (default)\n"); fprintf(stderr,"\t-help\t\tprint this text to stderr and exit\n"); fprintf(stderr, - "Option -audio is enabled but does no special .au or .wav processing.\n"); + "Option -audio does automatic extraction of .wav but not of .au .\n"); fprintf(stderr, "By default any argument that does not match grep '^-.' or '=' is used\n"); fprintf(stderr, diff --git a/trunk/cdrskin/cdrskin_timestamp.h b/trunk/cdrskin/cdrskin_timestamp.h index 0ed17f1a..7a246160 100644 --- a/trunk/cdrskin/cdrskin_timestamp.h +++ b/trunk/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2006.10.19.162254" +#define Cdrskin_timestamP "2006.10.19.164742"