From 5144c904e69178a7e9448dc0385b5ff1951e39fa Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Tue, 7 Aug 2018 16:20:49 +0200 Subject: [PATCH] sysmo-usim-tool.sjs1: Add option -I --set-iccid to help The helptext lacks the option -I Change-Id: I25958cedb7d084aedf68f1a56e473098f88ac754 Related: OS#3376 --- sysmo-usim-tool.sjs1.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sysmo-usim-tool.sjs1.py b/sysmo-usim-tool.sjs1.py index cadb204..eb8e46c 100755 --- a/sysmo-usim-tool.sjs1.py +++ b/sysmo-usim-tool.sjs1.py @@ -53,6 +53,7 @@ def helptext(): print " -K, --set-ki ................... Set KI value" print " -s --seq-parameters ........... Show MILENAGE SEQ/SQN parameters" print " -S --reset-seq-parameters...... Reset MILENAGE SEQ/SQN parameters to default" + print " -I, --set-iccid ................ Set ICCID value" print ""