File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -142,17 +142,17 @@ parser.add_option("--partly-static",
142
142
parser.add_option(" --enable-vtune-profiling" ,
143
143
action=" store_true" ,
144
144
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 "
146
146
" JavaScript code executed in nodejs. This feature is only available "
147
147
" for x32, x86 and x64 architectures." )
148
148
149
149
150
150
parser.add_option(" --link-module" ,
151
151
action=" append" ,
152
152
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'). "
156
156
" Can be used multiple times" )
157
157
158
158
parser.add_option(" --openssl-no-asm" ,
You can’t perform that action at this time.
0 commit comments