scripts: Fix some sentences to suit print display
Signed-off-by: iysheng <iysheng@163.com>
This commit is contained in:
parent
1d6f98e48d
commit
6093cbb3dd
|
@ -314,16 +314,16 @@ class BasedIntParamType(click.ParamType):
|
||||||
'the image manifest: full key or hash of the key.')
|
'the image manifest: full key or hash of the key.')
|
||||||
@click.option('-k', '--key', metavar='filename')
|
@click.option('-k', '--key', metavar='filename')
|
||||||
@click.option('--fix-sig', 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')
|
'the signature calculated using the public key')
|
||||||
@click.option('--fix-sig-pubkey', metavar='filename',
|
@click.option('--fix-sig-pubkey', metavar='filename',
|
||||||
help='public key relevant to fixed signature')
|
help='public key relevant to fixed signature')
|
||||||
@click.option('--sig-out', metavar='filename',
|
@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')
|
'The image signature will be encoded as base64 formatted string')
|
||||||
@click.option('--vector-to-sign', type=click.Choice(['payload', 'digest']),
|
@click.option('--vector-to-sign', type=click.Choice(['payload', 'digest']),
|
||||||
help='send to OUTFILE the payload or payload''s digest instead of'
|
help='send to OUTFILE the payload or payload''s digest instead of '
|
||||||
'complied image. These data can be used for external image'
|
'complied image. These data can be used for external image '
|
||||||
'signing')
|
'signing')
|
||||||
@click.command(help='''Create a signed or unsigned image\n
|
@click.command(help='''Create a signed or unsigned image\n
|
||||||
INFILE and OUTFILE are parsed as Intel HEX if the params have
|
INFILE and OUTFILE are parsed as Intel HEX if the params have
|
||||||
|
|
Loading…
Reference in New Issue