Skip to content

Commit 88c18b9

Browse files
committedApr 23, 2021
Fix usage message
1 parent 50f8ea7 commit 88c18b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/hotspot/share/services/diagnosticCommand.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ void DebugOnCmdStartDCmd::execute(DCmdSource source, TRAPS) {
10221022

10231023
JavaThreadDumpDCmd::JavaThreadDumpDCmd(outputStream* output, bool heap) :
10241024
DCmdWithParser(output, heap),
1025-
_clobber("-clobber", "Clobber file", "BOOLEAN", false, "false"),
1025+
_clobber("-clobber", "Clobber existing file", "BOOLEAN", false, "false"),
10261026
_format("-format", "Output format (\"plain\" or \"json\")", "STRING", false, "plain"),
10271027
_filepath("filepath", "The file path to the output file", "STRING", true) {
10281028
_dcmdparser.add_dcmd_option(&_clobber);

0 commit comments

Comments
 (0)
Please sign in to comment.