global_platform: add spec reference to help of --install-parameters

Related: OS#6679
Change-Id: I7e8174d469e09ad130d2866663a65bdeb4afc35a
This commit is contained in:
Philipp Maier
2024-12-20 15:49:58 +01:00
parent 2a833b480a
commit 6d2e3853b4

View File

@@ -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')