From bc80bddf2b9e06ebfcb73a7efda02952ae2fe6a1 Mon Sep 17 00:00:00 2001 From: whydoubt Date: Wed, 24 May 2006 00:41:52 +0000 Subject: [PATCH] Fix typo in help text --- ChangeLog | 3 +++ src/util/mdb-export.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f2d5524..6f2e431 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Tue May 23 19:40:55 CDT 2006 Jeff Smith + * src/util/mdb-export.c: Fix typo in help text + Sat Dec 17 03:49:30 CST 2005 Jeff Smith * src/util/mdb-sql.c: Add fflush after each newline (Pedro Gutierrez) * src/libmdb/table.c: Bugfix to read_pg_if_n (Mike Prudence) diff --git a/src/util/mdb-export.c b/src/util/mdb-export.c index 8c61e9b..a12ef6b 100644 --- a/src/util/mdb-export.c +++ b/src/util/mdb-export.c @@ -131,7 +131,7 @@ main(int argc, char **argv) fprintf(stderr," -I INSERT statements (instead of CSV)\n"); fprintf(stderr," -D set the date format (see strftime(3) for details)\n"); fprintf(stderr," -S Sanitize names (replace spaces etc. with underscore)\n"); - fprintf(stderr," -Q Use to wrap text-like fields. Default is \".\n"); + fprintf(stderr," -q Use to wrap text-like fields. Default is \".\n"); fprintf(stderr," -X Use to escape quoted characters within a field. Default is doubling.\n"); g_free (delimiter); g_free (row_delimiter);