summaryrefslogtreecommitdiff
path: root/client/mysqlshow.c
diff options
context:
space:
mode:
authorsalle@banica.(none) <>2002-12-27 18:13:32 +0200
committersalle@banica.(none) <>2002-12-27 18:13:32 +0200
commita2e82f5ff7adfb3b2b36dafae8ab7e24e7819536 (patch)
tree087fc94142c2addfc2bbe917d669bba6e28a5639 /client/mysqlshow.c
parentd85a01db2cd557cecc06cebe45502f54de233dac (diff)
downloadmariadb-git-a2e82f5ff7adfb3b2b36dafae8ab7e24e7819536.tar.gz
Removed ^M
Reported by Georg Richter as it brokes his build with mipspro
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 df624a02c55..e6e21f177ef 100644
--- a/client/mysqlshow.c
+++ b/client/mysqlshow.c
@@ -179,7 +179,7 @@ static struct my_option my_long_options[] =
{"pipe", 'W', "Use named pipes to connect to server.", 0, 0, 0, GET_NO_ARG,
NO_ARG, 0, 0, 0, 0, 0, 0},
#endif
- {"protocol", OPT_MYSQL_PROTOCOL, "The protocol of connection (tcp,socket,pipe,memory)",
+ {"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,