From 6c5a39c51f82ea7c2f82e3faaa505c0dc3388647 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Thu, 16 Nov 2017 13:33:10 +0100 Subject: build: minor corrections to configure descriptions PR-URL: https://github.com/nodejs/node/pull/17094 Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig Reviewed-By: Anna Henningsen --- configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index bbccf05fb4..5703a70cb2 100755 --- a/configure +++ b/configure @@ -144,7 +144,7 @@ parser.add_option("--partly-static", parser.add_option("--enable-vtune-profiling", action="store_true", dest="enable_vtune_profiling", - help="Enable profiling support for Intel VTune profiler to profile" + help="Enable profiling support for Intel VTune profiler to profile " "JavaScript code executed in nodejs. This feature is only available " "for x32, x86 and x64 architectures.") @@ -152,9 +152,9 @@ parser.add_option("--enable-vtune-profiling", parser.add_option("--link-module", action="append", dest="linked_module", - help="Path to a JS file to be bundled in the binary as a builtin." - "This module will be referenced by path without extension." - "e.g. /root/x/y.js will be referenced via require('root/x/y')." + help="Path to a JS file to be bundled in the binary as a builtin. " + "This module will be referenced by path without extension; " + "e.g. /root/x/y.js will be referenced via require('root/x/y'). " "Can be used multiple times") parser.add_option("--openssl-no-asm", -- cgit v1.2.3