mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Fix --force requiring an argument
This commit is contained in:
@ -338,6 +338,7 @@ if __name__ == '__main__':
|
|||||||
Default: {}.
|
Default: {}.
|
||||||
""".format(ConfigFile.default_path))
|
""".format(ConfigFile.default_path))
|
||||||
parser.add_argument('--force', '-o',
|
parser.add_argument('--force', '-o',
|
||||||
|
action='store_true',
|
||||||
help="""For the set command, if SYMBOL is not
|
help="""For the set command, if SYMBOL is not
|
||||||
present, add a definition for it.""")
|
present, add a definition for it.""")
|
||||||
parser.add_argument('--write', '-w',
|
parser.add_argument('--write', '-w',
|
||||||
|
Reference in New Issue
Block a user