mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Fix copypasta in documentation
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
@ -365,7 +365,7 @@ def main():
|
|||||||
help='Program to test')
|
help='Program to test')
|
||||||
parser.add_argument('--show',
|
parser.add_argument('--show',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
help='Keep the intermediate C file')
|
help='Show tested values on stdout')
|
||||||
parser.add_argument('--no-show',
|
parser.add_argument('--no-show',
|
||||||
action='store_false', dest='show',
|
action='store_false', dest='show',
|
||||||
help='Don\'t show tested values (default)')
|
help='Don\'t show tested values (default)')
|
||||||
|
Reference in New Issue
Block a user