From fe7552e55dea8d55b990b65ae8fb1d06b3d776c3 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 19 Oct 2006 16:49:00 +0000 Subject: [PATCH] Corrected -help text --- cdrskin/cdrskin.c | 2 +- cdrskin/cdrskin_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cdrskin/cdrskin.c b/cdrskin/cdrskin.c index 77ef4d8..1e83d6f 100644 --- a/cdrskin/cdrskin.c +++ b/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/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 0ed17f1..7a24616 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2006.10.19.162254" +#define Cdrskin_timestamP "2006.10.19.164742"