Skip to content

Commit 0ed443d

Browse files
kylo5abybmeck
authored andcommitted
build: fix ./configure --help format error
PR-URL: nodejs#53066 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Tierney Cyren <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
1 parent 4b53d2e commit 0ed443d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@
397397
action='store',
398398
dest='shared_uvwasi_libname',
399399
default='uvwasi',
400-
help='alternative lib name to link to [default: %default]')
400+
help='alternative lib name to link to [default: %(default)s]')
401401

402402
shared_optgroup.add_argument('--shared-uvwasi-libpath',
403403
action='store',

0 commit comments

Comments
 (0)