Skip to content

Commit e2ea7b2

Browse files
kylo5abytargos
authored andcommittedSep 21, 2024
build: fix ./configure --help format error
PR-URL: #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>
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)
Please sign in to comment.