@@ -109,7 +109,7 @@ Specify the directory where the CPU profiles generated by `--cpu-prof` will
109
109
be placed.
110
110
111
111
The default value is controlled by the
112
- [ --diagnostic-dir] ( #--diagnostic-dir=directory ) command line option.
112
+ [ --diagnostic-dir] ( #cli_diagnostic_dir_directory ) command line option.
113
113
114
114
### ` --cpu-prof-interval `
115
115
<!-- YAML
@@ -136,9 +136,9 @@ Set the directory to which all diagnostic output files will be written to.
136
136
Defaults to current working directory.
137
137
138
138
Affects the default output directory of:
139
- * [ --cpu-prof-dir] ( #--cpu-prof-dir )
140
- * [ --heap-prof-dir] ( #--heap-prof-dir )
141
- * [ --redirect-warnings] ( #--redirect-warnings=file )
139
+ * [ --cpu-prof-dir] ( #cli_cpu_prof_dir )
140
+ * [ --heap-prof-dir] ( #cli_heap_prof_dir )
141
+ * [ --redirect-warnings] ( #cli_redirect_warnings_file )
142
142
143
143
### ` --disable-proto=mode `
144
144
<!-- YAML
@@ -374,7 +374,7 @@ Specify the directory where the heap profiles generated by `--heap-prof` will
374
374
be placed.
375
375
376
376
The default value is controlled by the
377
- [ --diagnostic-dir] ( #--diagnostic-dir=directory ) command line option.
377
+ [ --diagnostic-dir] ( #cli_diagnostic_dir_directory ) command line option.
378
378
379
379
### ` --heap-prof-interval `
380
380
<!-- YAML
@@ -658,7 +658,7 @@ warning will be written to stderr instead.
658
658
659
659
The ` file ` name may be an absolute path. If it is not, the default directory it
660
660
will be written to is controlled by the
661
- [ --diagnostic-dir] ( #--diagnostic-dir=directory ) command line option.
661
+ [ --diagnostic-dir] ( #cli_diagnostic_dir_directory ) command line option.
662
662
663
663
### ` --report-compact `
664
664
<!-- YAML
0 commit comments