Skip to content

Commit 3d22e81

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 f11acca commit 3d22e81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configure

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,17 +142,17 @@ parser.add_option("--partly-static",
142142
parser.add_option("--enable-vtune-profiling",
143143
action="store_true",
144144
dest="enable_vtune_profiling",
145-
help="Enable profiling support for Intel VTune profiler to profile"
145+
help="Enable profiling support for Intel VTune profiler to profile "
146146
"JavaScript code executed in nodejs. This feature is only available "
147147
"for x32, x86 and x64 architectures.")
148148

149149

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

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

0 commit comments

Comments
 (0)