From dd9bf351c23100d8f668626b7b030c04c3d4c298 Mon Sep 17 00:00:00 2001 From: Trey Moen Date: Tue, 20 May 2025 21:42:33 -0700 Subject: [PATCH] more --- 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 51c19b113c..0a07e77e16 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') - parser.add_argument('--nickname', nargs=2, metavar=('iccid', 'name'), help='nickname for the downloaded 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)