summaryrefslogtreecommitdiff
path: root/client/mysqlimport.c
diff options
context:
space:
mode:
authorunknown <paul@snake-hub.snake.net>2006-02-14 12:11:26 -0600
committerunknown <paul@snake-hub.snake.net>2006-02-14 12:11:26 -0600
commit98285530eb37a596254679ef621a98e40236e690 (patch)
tree6d4ee273f353c7cbc19945e1784c4da020df53a5 /client/mysqlimport.c
parent6753b5fdedef9cc6feba41c43f2c358238c0d84a (diff)
downloadmariadb-git-98285530eb37a596254679ef621a98e40236e690.tar.gz
mysqlimport.c:
Revise option description for --help message. client/mysqlimport.c: Revise option description for --help message.
Diffstat (limited to 'client/mysqlimport.c')
-rw-r--r--client/mysqlimport.c8
1 files changed, 4 insertions, 4 deletions
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 <sslopt-longopts.h>
{"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*) &current_user,
(gptr*) &current_user, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},