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; }