Skip to content

Commit e2ea7b2

Browse files
kylo5abytargos
authored andcommitted
build: fix ./configure --help format error
PR-URL: #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 02b36cb commit e2ea7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
action='store',
397397
dest='shared_uvwasi_libname',
398398
default='uvwasi',
399-
help='alternative lib name to link to [default: %default]')
399+
help='alternative lib name to link to [default: %(default)s]')
400400

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

0 commit comments

Comments
 (0)