From 98285530eb37a596254679ef621a98e40236e690 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 14 Feb 2006 12:11:26 -0600 Subject: mysqlimport.c: Revise option description for --help message. client/mysqlimport.c: Revise option description for --help message. --- client/mysqlimport.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'client') diff --git a/client/mysqlimport.c b/client/mysqlimport.c index fbe15b94111..afc1724b87b 100644 --- a/client/mysqlimport.c +++ b/client/mysqlimport.c @@ -147,10 +147,10 @@ static struct my_option my_long_options[] = REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, #include {"use-threads", OPT_USE_THREADS, - "Parrelize the loading of files. Requires an arguement for the number \ - threads to use for loading of data.", - (gptr*) &opt_use_threads, (gptr*) &opt_use_threads, 0, - GET_UINT, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, + "Load files in parallel. The argument is the number " + "of threads to use for loading data.", + (gptr*) &opt_use_threads, (gptr*) &opt_use_threads, 0, + GET_UINT, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, #ifndef DONT_ALLOW_USER_CHANGE {"user", 'u', "User for login if not current user.", (gptr*) ¤t_user, (gptr*) ¤t_user, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, -- cgit v1.2.1