Skip to content

Commit f2a664c

Browse files
committed
fix configure.py help string for argparse compatibility
1 parent f14ceb3 commit f2a664c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def make_objdir_name(p):
2929
help='Enable optimization')
3030
parser.options.add_argument('-s', '--sdks', default='all', dest='sdks',
3131
help='Build against specified SDKs; valid args are "all", "present", or '
32-
'comma-delimited list of engine names (default: %default)')
32+
'comma-delimited list of engine names (default: %(default)s)')
3333
parser.options.add_argument('--enable-tests', default=False, dest='enable_tests', action='store_true',
3434
help='Build tests.')
3535
parser.Configure()

0 commit comments

Comments
 (0)