Skip to content

Commit 029ace0

Browse files
committedNov 29, 2024
8336041: Doccheck: the jfr command doesn't show the correct command-line options
Reviewed-by: dholmes
1 parent 2beb2b6 commit 029ace0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎src/jdk.jfr/share/man/jfr.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Use `jfr configure` to configure a .jfc settings file.
207207
The syntax is:
208208

209209
`jfr configure` \[--interactive\] \[--verbose\]
210-
\[--input <files>\] [--output <file>\]
210+
\[--input &lt;files&gt;\] [--output &lt;file&gt;\]
211211
\[option=value\]* \[event-setting=value\]*
212212

213213
<a id="configure-option-interactive">`--interactive`</a>
@@ -244,9 +244,9 @@ names, categories and field layout within a flight recording file.
244244

245245
The syntax is:
246246

247-
`jfr metadata` \[--categories <filter>\]
248-
\[--events <filter>\]
249-
\[<file>\]
247+
`jfr metadata` \[--categories &lt;filter&gt;\]
248+
\[--events &lt;filter&gt;\]
249+
\[&lt;file&gt;\]
250250

251251
<a id="metadata-option-categories">`--categories` <*filter*></a>
252252
: Select events matching a category name. The filter is a comma-separated
@@ -259,7 +259,7 @@ list of names, simple and/or qualified, and/or quoted glob patterns.
259259
<a id="metadata-option-file"><*file*></a>
260260
: Location of the recording file (.jfr)
261261

262-
If the <file> parameter is omitted, metadata from the JDK where
262+
If the &lt;file&gt; parameter is omitted, metadata from the JDK where
263263
the 'jfr' tool is located will be used.
264264

265265
#### `jfr summary` subcommand

0 commit comments

Comments
 (0)
Please sign in to comment.