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