summaryrefslogtreecommitdiff
path: root/client/mysqlcheck.c
diff options
context:
space:
mode:
authorNirbhay Choubey <nirbhay.choubey@oracle.com>2012-08-07 19:07:13 +0530
committerNirbhay Choubey <nirbhay.choubey@oracle.com>2012-08-07 19:07:13 +0530
commitfb697972b3481e335bb446448dff3076fdcc4cc3 (patch)
tree0f759f6310d21c1917beeb39e70765d26fb2e098 /client/mysqlcheck.c
parent7b343df2891c9c351d1491628ce4df51ded97191 (diff)
parentd4e4538b2de4894f35c556bcaf9baf0a010969a9 (diff)
downloadmariadb-git-fb697972b3481e335bb446448dff3076fdcc4cc3.tar.gz
Merge of patch for Bug#13928675 from mysql-5.1.
Diffstat (limited to 'client/mysqlcheck.c')
-rw-r--r--client/mysqlcheck.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/mysqlcheck.c b/client/mysqlcheck.c
index 04d942e3318..8a9711fffae 100644
--- a/client/mysqlcheck.c
+++ b/client/mysqlcheck.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -224,7 +224,7 @@ static void print_version(void)
static void usage(void)
{
print_version();
- puts(ORACLE_WELCOME_COPYRIGHT_NOTICE("2000, 2011"));
+ puts(ORACLE_WELCOME_COPYRIGHT_NOTICE("2000"));
puts("This program can be used to CHECK (-c, -m, -C), REPAIR (-r), ANALYZE (-a),");
puts("or OPTIMIZE (-o) tables. Some of the options (like -e or -q) can be");
puts("used at the same time. Not all options are supported by all storage engines.");