From 124dbc0cbcc07d93f556ca80a6dc47aa118fda5c Mon Sep 17 00:00:00 2001 From: Trey Moen Date: Tue, 20 May 2025 21:54:08 -0700 Subject: [PATCH] brackets --- system/hardware/tici/esim.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/hardware/tici/esim.py b/system/hardware/tici/esim.py index 0a07e77e16..b12ba579c0 100755 --- a/system/hardware/tici/esim.py +++ b/system/hardware/tici/esim.py @@ -138,8 +138,8 @@ if __name__ == "__main__": parser.add_argument('--enable', metavar='iccid', help='enable profile; will disable current profile') parser.add_argument('--disable', metavar='iccid', help='disable profile') parser.add_argument('--delete', metavar='iccid', help='delete profile (warning: this cannot be undone)') - parser.add_argument('--download', nargs=2, metavar=('qr', 'name'), help='download a profile using QR code (format: LPA:1$rsp.truphone.com$QRF-SPEEDTEST)') - parser.add_argument('--nickname', nargs=2, metavar=('iccid', 'name'), help='update the nickname for a profile') + parser.add_argument('--download', nargs=2, metavar=['qr', 'name'], help='download a profile using QR code (format: LPA:1$rsp.truphone.com$QRF-SPEEDTEST)') + parser.add_argument('--nickname', nargs=2, metavar=['iccid', 'name'], help='update the nickname for a profile') args = parser.parse_args() lpa = LPA(interface=args.backend)