Skip to content

Commit 9a4abe4

Browse files
danbevMylesBorins
authored andcommitted
build: minor corrections to configure descriptions
PR-URL: #17094 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 3ab3b0d commit 9a4abe4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configure

+4-4
Original file line numberDiff line numberDiff line change
@@ -144,17 +144,17 @@ parser.add_option("--partly-static",
144144
parser.add_option("--enable-vtune-profiling",
145145
action="store_true",
146146
dest="enable_vtune_profiling",
147-
help="Enable profiling support for Intel VTune profiler to profile"
147+
help="Enable profiling support for Intel VTune profiler to profile "
148148
"JavaScript code executed in nodejs. This feature is only available "
149149
"for x32, x86 and x64 architectures.")
150150

151151

152152
parser.add_option("--link-module",
153153
action="append",
154154
dest="linked_module",
155-
help="Path to a JS file to be bundled in the binary as a builtin."
156-
"This module will be referenced by path without extension."
157-
"e.g. /root/x/y.js will be referenced via require('root/x/y')."
155+
help="Path to a JS file to be bundled in the binary as a builtin. "
156+
"This module will be referenced by path without extension; "
157+
"e.g. /root/x/y.js will be referenced via require('root/x/y'). "
158158
"Can be used multiple times")
159159

160160
parser.add_option("--openssl-no-asm",

0 commit comments

Comments
 (0)