summaryrefslogtreecommitdiff
path: root/util/db_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/db_stat.c')
-rw-r--r--util/db_stat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/db_stat.c b/util/db_stat.c
index a12e1122..3c342d4e 100644
--- a/util/db_stat.c
+++ b/util/db_stat.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
@@ -12,7 +12,7 @@
#ifndef lint
static const char copyright[] =
- "Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved.\n";
+ "Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.\n";
#endif
typedef enum { T_NOTSET, T_DB,
@@ -460,7 +460,7 @@ usage()
"-d file [-fN] [-h home] [-P password] [-s database]");
fprintf(stderr, "usage: %s %s\n\t%s\n", progname,
"[-cEelmrtVx] [-C Aclop]",
- "[-h home] [-L A] [-M A] [-P password] [-R A] [-X A] [-aNZ]");
+ "[-h home] [-L A] [-M Ah] [-P password] [-R A] [-X A] [-aNZ]");
return (EXIT_FAILURE);
}