summaryrefslogtreecommitdiff
path: root/build_vxworks/util/db_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'build_vxworks/util/db_stat.c')
-rw-r--r--build_vxworks/util/db_stat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/build_vxworks/util/db_stat.c b/build_vxworks/util/db_stat.c
index c7411467..39f48b14 100644
--- a/build_vxworks/util/db_stat.c
+++ b/build_vxworks/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,
@@ -475,7 +475,7 @@ db_stat_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);
}