From 6093cbb3dd38f6ebb7c144c72f8af9baec65dc48 Mon Sep 17 00:00:00 2001 From: iysheng Date: Sat, 28 May 2022 17:00:40 +0800 Subject: [PATCH] scripts: Fix some sentences to suit print display Signed-off-by: iysheng --- scripts/imgtool/main.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/imgtool/main.py b/scripts/imgtool/main.py index ea95bada..12e58128 100755 --- a/scripts/imgtool/main.py +++ b/scripts/imgtool/main.py @@ -314,16 +314,16 @@ class BasedIntParamType(click.ParamType): 'the image manifest: full key or hash of the key.') @click.option('-k', '--key', metavar='filename') @click.option('--fix-sig', metavar='filename', - help='fixed signature for the image. It will be used instead of' + help='fixed signature for the image. It will be used instead of ' 'the signature calculated using the public key') @click.option('--fix-sig-pubkey', metavar='filename', help='public key relevant to fixed signature') @click.option('--sig-out', metavar='filename', - help='Path to the file to which signature will be written' + help='Path to the file to which signature will be written. ' 'The image signature will be encoded as base64 formatted string') @click.option('--vector-to-sign', type=click.Choice(['payload', 'digest']), - help='send to OUTFILE the payload or payload''s digest instead of' - 'complied image. These data can be used for external image' + help='send to OUTFILE the payload or payload''s digest instead of ' + 'complied image. These data can be used for external image ' 'signing') @click.command(help='''Create a signed or unsigned image\n INFILE and OUTFILE are parsed as Intel HEX if the params have