From 24be40672fc45818f2f5f5e637a4a2f730795859 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sat, 22 Jan 2011 21:56:47 +0100 Subject: [PATCH 2/3] Add mandatory parameter to csv2rec option. --- utils/csv2rec.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utils/csv2rec.c b/utils/csv2rec.c index 72f8e55..d2101c4 100644 --- a/utils/csv2rec.c +++ b/utils/csv2rec.c @@ -113,7 +113,7 @@ Convert csv data into rec data.\n"), stdout); /* TRANSLATORS: --help output, csv2rec options. no-wrap */ fputs (_("\ - -t, --type type name for the converted records; if this\n\ + -t, --type=TYPE type name for the converted records; if this\n\ parameter is ommited then no type is used.\n\ -s, --strict be strict parsing the csv file.\n\ -e, --omit-empty omit empty fields.\n"), stdout); -- 1.6.3.3