dexter submitted this change.
global_platform: add spec reference to help of --install-parameters
Related: OS#6679
Change-Id: I7e8174d469e09ad130d2866663a65bdeb4afc35a
---
M pySim/global_platform/__init__.py
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pySim/global_platform/__init__.py b/pySim/global_platform/__init__.py
index 043a86a..c0607ae 100644
--- a/pySim/global_platform/__init__.py
+++ b/pySim/global_platform/__init__.py
@@ -724,7 +724,7 @@
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')
To view, visit change 39197. To unsubscribe, or for help writing mail filters, visit settings.