scripts: Fix some sentences to suit print display
Signed-off-by: iysheng <iysheng@163.com>
This commit is contained in:
parent
1d6f98e48d
commit
6093cbb3dd
|
@ -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 '
|
||||||
|
|
Loading…
Reference in New Issue