mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Add a missing space in help text
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
@ -470,7 +470,7 @@ def main():
|
|||||||
' (default: overwrite the input)')
|
' (default: overwrite the input)')
|
||||||
parser.add_argument('--list-files-only',
|
parser.add_argument('--list-files-only',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
help=('Only list the files that would be processed'
|
help=('Only list the files that would be processed '
|
||||||
'(with some debugging information)'))
|
'(with some debugging information)'))
|
||||||
options = parser.parse_args()
|
options = parser.parse_args()
|
||||||
set_defaults(options)
|
set_defaults(options)
|
||||||
|
Reference in New Issue
Block a user