summaryrefslogtreecommitdiff
path: root/client/mysqlshow.c
diff options
context:
space:
mode:
authorunknown <paul@kite-hub.kitebird.com>2004-08-30 11:11:10 -0500
committerunknown <paul@kite-hub.kitebird.com>2004-08-30 11:11:10 -0500
commite2f697bec0407ac56dd719ae19c2a74d659e14cf (patch)
tree96e675dea421d1fe72bc85b9259fc6b92816b0b1 /client/mysqlshow.c
parent6bc2acce00ddca97faaf26f2ae8c4e1401bacc63 (diff)
downloadmariadb-git-e2f697bec0407ac56dd719ae19c2a74d659e14cf.tar.gz
Names listed as options should look like options,
not variables.
Diffstat (limited to 'client/mysqlshow.c')
-rw-r--r--client/mysqlshow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlshow.c b/client/mysqlshow.c
index 35d61f1fa2f..5d64c94ef1a 100644
--- a/client/mysqlshow.c
+++ b/client/mysqlshow.c
@@ -188,7 +188,7 @@ static struct my_option my_long_options[] =
{"protocol", OPT_MYSQL_PROTOCOL, "The protocol of connection (tcp,socket,pipe,memory).",
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