build: fix ./configure --help format error

PR-URL: https://github.com/nodejs/node/pull/53066
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Tierney Cyren <hello@bnb.im>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
pull/53379/head
Zhenwei Jin 2024-05-23 21:34:43 +08:00 committed by Michaël Zasso
parent 3ce7a9a1b5
commit 14547c5d32
No known key found for this signature in database
GPG Key ID: 770F7A9A5AE15600
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ shared_optgroup.add_argument('--shared-uvwasi-libname',
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',