Fix typo in help text

This commit is contained in:
whydoubt
2006-05-24 00:41:52 +00:00
parent bc71178167
commit bc80bddf2b
2 changed files with 4 additions and 1 deletions

View File

@@ -131,7 +131,7 @@ main(int argc, char **argv)
fprintf(stderr," -I INSERT statements (instead of CSV)\n");
fprintf(stderr," -D <format> set the date format (see strftime(3) for details)\n");
fprintf(stderr," -S Sanitize names (replace spaces etc. with underscore)\n");
fprintf(stderr," -Q <char> Use <char> to wrap text-like fields. Default is \".\n");
fprintf(stderr," -q <char> Use <char> to wrap text-like fields. Default is \".\n");
fprintf(stderr," -X <char> Use <char> to escape quoted characters within a field. Default is doubling.\n");
g_free (delimiter);
g_free (row_delimiter);