diff options
author | unknown <paul@kite-hub.kitebird.com> | 2004-08-30 11:11:10 -0500 |
---|---|---|
committer | unknown <paul@kite-hub.kitebird.com> | 2004-08-30 11:11:10 -0500 |
commit | e2f697bec0407ac56dd719ae19c2a74d659e14cf (patch) | |
tree | 96e675dea421d1fe72bc85b9259fc6b92816b0b1 /client/mysqladmin.c | |
parent | 6bc2acce00ddca97faaf26f2ae8c4e1401bacc63 (diff) | |
download | mariadb-git-e2f697bec0407ac56dd719ae19c2a74d659e14cf.tar.gz |
Names listed as options should look like options,
not variables.
Diffstat (limited to 'client/mysqladmin.c')
-rw-r--r-- | client/mysqladmin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqladmin.c b/client/mysqladmin.c index 9e5c698bb93..d8842d98c6b 100644 --- a/client/mysqladmin.c +++ b/client/mysqladmin.c @@ -151,7 +151,7 @@ static struct my_option my_long_options[] = "Change the value of a variable. Please note that this option is deprecated; you can set variables directly with --variable-name=value.", 0, 0, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, #ifdef HAVE_SMEM - {"shared_memory_base_name", OPT_SHARED_MEMORY_BASE_NAME, + {"shared-memory-base-name", OPT_SHARED_MEMORY_BASE_NAME, "Base name of shared memory.", (gptr*) &shared_memory_base_name, (gptr*) &shared_memory_base_name, 0, GET_STR_ALLOC, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, #endif |