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

@ -1,3 +1,6 @@
Tue May 23 19:40:55 CDT 2006 Jeff Smith <whydoubt@yahoo.com>
* src/util/mdb-export.c: Fix typo in help text
Sat Dec 17 03:49:30 CST 2005 Jeff Smith <whydoubt@yahoo.com>
* src/util/mdb-sql.c: Add fflush after each newline (Pedro Gutierrez)
* src/libmdb/table.c: Bugfix to read_pg_if_n (Mike Prudence)

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