From be9db883847e0d02c3b63de8b6c0dc9235aa08ae Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Wed, 4 Jul 2018 13:38:48 +0200 Subject: [PATCH] usage: correct misleading usage description When using the -T option the user has to supply two authentication alogorithms. One for 2G and one for 3G. The authentication algorithms used to be symbolized by integer numbeers. This was later changed so that the user could use the clear names of the algorithms. Unfortunately the usage text was not changed. - Update usage description Change-Id: I6a47e4fc24f4b3f0664050032cc15d81703f30c5 --- sysmo-usim-tool.sjs1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysmo-usim-tool.sjs1.py b/sysmo-usim-tool.sjs1.py index 1f657dc..867b565 100755 --- a/sysmo-usim-tool.sjs1.py +++ b/sysmo-usim-tool.sjs1.py @@ -43,7 +43,7 @@ def helptext(): print " -m, --mode ..................... Display mode (classic-sim or USIM?)" print " -t, --auth ..................... Show Authentication algorithms" print " -T, --set-auth list ............ List available algorithms" - print " -T, --set-auth 2G:3G ........... Set 2G/3G Auth algo (e.g. 3:3)" + print " -T, --set-auth 2G:3G ........... Set 2G/3G Auth algo (e.g. COMP128v1:COMP128v1)" print " -l, --milenage ................. Show milenage parameters" print " -L, --set-milenage HEXSTRING ... Set milenage parameters" print " -o, --opc ...................... Show OP/c configuration"