summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2001-01-19 05:08:59 +0200
committerunknown <monty@donna.mysql.com>2001-01-19 05:08:59 +0200
commit9223381f9c85297d7548f99e7ea7cd6c157e763a (patch)
tree453a52849923a70f0b3746c768caf005b7d3fa72 /client
parent5e5cd0f87e3940367faf54d2bdd9ddffe8bdecde (diff)
parent67891255f5d99c36832e54373fabfcfa758aa979 (diff)
downloadmariadb-git-9223381f9c85297d7548f99e7ea7cd6c157e763a.tar.gz
merge
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'client')
-rw-r--r--client/mysql.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/mysql.cc b/client/mysql.cc
index 695d11d039c..d0300344ba4 100644
--- a/client/mysql.cc
+++ b/client/mysql.cc
@@ -39,7 +39,7 @@
#include "my_readline.h"
#include <signal.h>
-const char *VER="11.11";
+const char *VER="11.12";
gptr sql_alloc(unsigned size); // Don't use mysqld alloc for these
void sql_element_free(void *ptr);
@@ -521,7 +521,7 @@ static void usage(int version)
puts(" -W, --pipe Use named pipes to connect to server");
#endif
printf("\n\
- -P --port=... Port number to use for connection.\n\
+ -P, --port=... Port number to use for connection.\n\
-q, --quick Don't cache result, print it row by row. This may\n\
slow down the server if the output is suspended.\n\
Doesn't use history file.\n\
@@ -530,7 +530,7 @@ static void usage(int version)
-S --socket=... Socket file to use for connection.\n");
#include "sslopt-usage.h"
printf("\
- -t --table Output in table format.\n\
+ -t, --table Output in table format.\n\
-T, --debug-info Print some debug info at exit.\n\
--tee=... Append everything into outfile. See interactive help\n\
(\\h) also. Does not work in batch mode.\n");