mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
Fix typo in help text
This commit is contained in:
parent
bc71178167
commit
bc80bddf2b
@ -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)
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user