From f422974e98cd31fcd1beccbb55de917defe399d4 Mon Sep 17 00:00:00 2001 From: zimoch Date: Tue, 9 Jan 2007 10:41:13 +0000 Subject: [PATCH] message corrected --- listRecords.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/listRecords.c b/listRecords.c index c14cb16..3fe998e 100644 --- a/listRecords.c +++ b/listRecords.c @@ -26,7 +26,7 @@ int listRecords(char* file, char* fields) if (!file) { - printf ("usage: listRecords \"filename\", \"field, field, ...\"\n"); + printf ("usage: listRecords \"filename\", \"field field ...\"\n"); return -1; }