cosmetic: typo and slash to clarify OP or OPC

This commit is contained in:
Neels Hofmeyr 2017-03-05 01:01:03 +01:00
parent 8b8ccfcba4
commit 4d144983c3
1 changed files with 2 additions and 2 deletions

View File

@ -172,13 +172,13 @@ def main(argv):
print("")
if getopt_write_opc:
print "Writing OPCC value..."
print "Writing OPC value..."
sysmo_usim_write_opc_params(sim,
getopt_adm1, 1, getopt_write_opc)
print("")
if getopt_show_opc:
print "Reading OPC value..."
print "Reading OP/C value..."
sysmo_usim_show_opc_params(sim, getopt_adm1)
print("")