diff options
author | Nirbhay Choubey <nirbhay.choubey@oracle.com> | 2012-08-07 19:07:13 +0530 |
---|---|---|
committer | Nirbhay Choubey <nirbhay.choubey@oracle.com> | 2012-08-07 19:07:13 +0530 |
commit | ffdc4bc8cdac169a406a0d0fbad7b3733a173a32 (patch) | |
tree | 0f759f6310d21c1917beeb39e70765d26fb2e098 /client/mysqltest.cc | |
parent | d0affa9bceadeec2129b70b33cfecf75f0c2f572 (diff) | |
parent | 5ad8292c63a89db63a54f9cfed6ceb3a35656f7b (diff) | |
download | mariadb-git-ffdc4bc8cdac169a406a0d0fbad7b3733a173a32.tar.gz |
Merge of patch for Bug#13928675 from mysql-5.1.
Diffstat (limited to 'client/mysqltest.cc')
-rw-r--r-- | client/mysqltest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqltest.cc b/client/mysqltest.cc index 34d8edcbe0b..22155005112 100644 --- a/client/mysqltest.cc +++ b/client/mysqltest.cc @@ -6605,7 +6605,7 @@ void print_version(void) void usage() { print_version(); - puts(ORACLE_WELCOME_COPYRIGHT_NOTICE("2000, 2011")); + puts(ORACLE_WELCOME_COPYRIGHT_NOTICE("2000")); printf("Runs a test against the mysql server and compares output with a results file.\n\n"); printf("Usage: %s [OPTIONS] [database] < test_file\n", my_progname); my_print_help(my_long_options); |