Skip to content

Commit

Permalink
sign_encrypt.py: fix typo in stictch usage message
Browse files Browse the repository at this point in the history
Fix typo in stitch usage message.

Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>
  • Loading branch information
etienne-lms committed Nov 15, 2024
1 parent 116d03a commit 39b7923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sign_encrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def assign_default_value(parsed, attr, func):
arg_add_dig(parser_digest)

parser_stitch = subparsers.add_parser(
'stitch', aliases=['stitch-ta'], prog=parser.prog + ' stich',
'stitch', aliases=['stitch-ta'], prog=parser.prog + ' stitch',
help='Generate loadable signed and encrypted TA binary image file' +
' from TA raw image and its signature')
parser_stitch.set_defaults(func=command_stitch)
Expand Down

0 comments on commit 39b7923

Please sign in to comment.