From f26042f92db924b1ecf59639793b048ba302f1cf Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Wed, 24 Jul 2024 16:17:43 +0200 Subject: [PATCH] pySim-shell: fix comment formatting Related: OS#6092 Change-Id: I101868a6f0220b62977c5e633df2607467cfba91 --- pySim-shell.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pySim-shell.py b/pySim-shell.py index 7523ca29..0e7e63c5 100755 --- a/pySim-shell.py +++ b/pySim-shell.py @@ -734,9 +734,8 @@ class PySimCommands(CommandSet): @cmd2.with_argparser(verify_adm_parser) def do_verify_adm(self, opts): """Verify the ADM (Administrator) PIN specified as argument. This is typically needed in order -to get write/update permissions to most of the files on SIM cards. - -Currently only ADM1 is supported.""" + to get write/update permissions to most of the files on SIM cards. Currently only ADM1 is supported. + """ if opts.ADM1: # use specified ADM-PIN pin_adm = sanitize_pin_adm(opts.ADM1)