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",
142142parser.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
150150parser.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
158158parser.add_option(" --openssl-no-asm" ,
You can’t perform that action at this time.
0 commit comments