|
1 | 1 | /*
|
2 |
| - * Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved. |
| 2 | + * Copyright (c) 2012, 2020, Oracle and/or its affiliates. All rights reserved. |
3 | 3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
4 | 4 | *
|
5 | 5 | * This code is free software; you can redistribute it and/or modify it
|
@@ -342,7 +342,7 @@ void JfrCheckFlightRecordingDCmd::execute(DCmdSource source, TRAPS) {
|
342 | 342 | JfrStartFlightRecordingDCmd::JfrStartFlightRecordingDCmd(outputStream* output,
|
343 | 343 | bool heap) : DCmdWithParser(output, heap),
|
344 | 344 | _name("name", "Name that can be used to identify recording, e.g. \\\"My Recording\\\"", "STRING", false, NULL),
|
345 |
| - _settings("settings", "Settings file(s), e.g. profile or default. See JRE_HOME/lib/jfr", "STRING SET", false), |
| 345 | + _settings("settings", "Settings file(s), e.g. profile or default. See JAVA_HOME/lib/jfr", "STRING SET", false), |
346 | 346 | _delay("delay", "Delay recording start with (s)econds, (m)inutes), (h)ours), or (d)ays, e.g. 5h.", "NANOTIME", false, "0"),
|
347 | 347 | _duration("duration", "Duration of recording in (s)econds, (m)inutes, (h)ours, or (d)ays, e.g. 300s.", "NANOTIME", false, "0"),
|
348 | 348 | _disk("disk", "Recording should be persisted to disk", "BOOLEAN", false),
|
|
0 commit comments