changeset 12510:acb3d6fa119b

8170857: Typo in -Xlog:help output Reviewed-by: dholmes
author mlarsson
date Tue, 03 Jan 2017 12:25:19 +0100
parents 48e8af011dd5
children 9102f200c421
files src/share/vm/logging/logConfiguration.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/logging/logConfiguration.cpp	Tue Jan 03 12:24:52 2017 +0100
+++ b/src/share/vm/logging/logConfiguration.cpp	Tue Jan 03 12:25:19 2017 +0100
@@ -478,7 +478,7 @@
 
 void LogConfiguration::print_command_line_help(FILE* out) {
   jio_fprintf(out, "-Xlog Usage: -Xlog[:[what][:[output][:[decorators][:output-options]]]]\n"
-              "\t where 'what' is a combination of tags and levels on the form tag1[+tag2...][*][=level][,...]\n"
+              "\t where 'what' is a combination of tags and levels of the form tag1[+tag2...][*][=level][,...]\n"
               "\t Unless wildcard (*) is specified, only log messages tagged with exactly the tags specified will be matched.\n\n");
 
   jio_fprintf(out, "Available log levels:\n");