From 4bb625b1c78ada14aebd6d268a0421363730c15e Mon Sep 17 00:00:00 2001 From: zhenweijin Date: Mon, 20 May 2024 14:39:54 +0800 Subject: [PATCH] build: fix ./configure --help format error --- 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',