mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 19:56:45 +00:00
Fix --force requiring an argument
This commit is contained in:
parent
55cc4dbb5c
commit
435ce22920
|
@ -338,6 +338,7 @@ if __name__ == '__main__':
|
|||
Default: {}.
|
||||
""".format(ConfigFile.default_path))
|
||||
parser.add_argument('--force', '-o',
|
||||
action='store_true',
|
||||
help="""For the set command, if SYMBOL is not
|
||||
present, add a definition for it.""")
|
||||
parser.add_argument('--write', '-w',
|
||||
|
|
Loading…
Reference in a new issue