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 @@ -144,17 +144,17 @@ parser.add_option("--partly-static",
144144parser.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
152152parser.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
160160parser.add_option(" --openssl-no-asm" ,
You can’t perform that action at this time.
0 commit comments