Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4d85687

Browse filesBrowse files
danbevgibfahn
authored andcommitted
build: minor corrections to configure descriptions
PR-URL: #17094 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 3e62c38 commit 4d85687
Copy full SHA for 4d85687

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Open diff view settings
Collapse file

‎configure‎

Copy file name to clipboardExpand all lines: configure
+4-4Lines changed: 4 additions & 4 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.