scripts: Fix some sentences to suit print display

Signed-off-by: iysheng <iysheng@163.com>
This commit is contained in:
iysheng 2022-05-28 17:00:40 +08:00 committed by Andrzej Puzdrowski
parent 1d6f98e48d
commit 6093cbb3dd
1 changed files with 4 additions and 4 deletions

View File

@ -319,7 +319,7 @@ class BasedIntParamType(click.ParamType):
@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 '