From 6d2e3853b4120cbb0f8589cd0a84c399b28fcd38 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Fri, 20 Dec 2024 15:49:58 +0100 Subject: [PATCH] global_platform: add spec reference to help of --install-parameters Related: OS#6679 Change-Id: I7e8174d469e09ad130d2866663a65bdeb4afc35a --- pySim/global_platform/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pySim/global_platform/__init__.py b/pySim/global_platform/__init__.py index 043a86ac..c0607ae2 100644 --- a/pySim/global_platform/__init__.py +++ b/pySim/global_platform/__init__.py @@ -724,7 +724,7 @@ class ADF_SD(CardADF): inst_inst_parser.add_argument('--application-aid', type=is_hexstr, required=True, help='Application AID') inst_inst_parser.add_argument('--install-parameters', type=is_hexstr, default='', - help='Install Parameters') + help='Install Parameters (GPC_SPE_034, section 11.5.2.3.7, table 11-49)') inst_inst_parser.add_argument('--privilege', action='append', dest='privileges', default=[], choices=list(Privileges._construct.flags.keys()), help='Privilege granted to newly installed Application')