Commit 98285530 authored by unknown's avatar unknown
Browse files

mysqlimport.c:

  Revise option description for --help message.


client/mysqlimport.c:
  Revise option description for --help message.
parent 6753b5fd
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -147,8 +147,8 @@ 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.",
   "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