dexter has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/pysim/+/39197?usp=email )


Change subject: global_platform: add spec reference to help of 
--install-parameters
......................................................................

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(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/97/39197/1

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 https://gerrit.osmocom.org/c/pysim/+/39197?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I7e8174d469e09ad130d2866663a65bdeb4afc35a
Gerrit-Change-Number: 39197
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>

Reply via email to