From 007b93437985825ccf8ef6cbd9ce6122323c90b8 Mon Sep 17 00:00:00 2001 From: Zhenwei Jin <109658203+kylo5aby@users.noreply.github.com> Date: Thu, 23 May 2024 21:34:43 +0800 Subject: [PATCH] build: fix ./configure --help format error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/53066 Reviewed-By: Antoine du Hamel Reviewed-By: Richard Lau Reviewed-By: Juan José Arboleda Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Tierney Cyren Reviewed-By: Luigi Pinca Reviewed-By: Chengzhong Wu --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index f5657e10fa1f81..c68e4b48e7c763 100755 --- a/configure.py +++ b/configure.py @@ -397,7 +397,7 @@ action='store', dest='shared_uvwasi_libname', default='uvwasi', - help='alternative lib name to link to [default: %default]') + help='alternative lib name to link to [default: %(default)s]') shared_optgroup.add_argument('--shared-uvwasi-libpath', action='store',