mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-11 21:35:37 +00:00
Fix copypasta in documentation
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
aede2d0c52
commit
4d59f01bcd
|
@ -365,7 +365,7 @@ def main():
|
|||
help='Program to test')
|
||||
parser.add_argument('--show',
|
||||
action='store_true',
|
||||
help='Keep the intermediate C file')
|
||||
help='Show tested values on stdout')
|
||||
parser.add_argument('--no-show',
|
||||
action='store_false', dest='show',
|
||||
help='Don\'t show tested values (default)')
|
||||
|
|
Loading…
Reference in a new issue