Skip to content

Commit 50cfa8c

Browse files
committed
Update pyate.py : fixed import-migration argument description
1 parent f8cc8d7 commit 50cfa8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def setupArgParse():
196196
# Adding argument --import or -i
197197
parser.add_argument('-i', '--import-migration',
198198
type=str,
199-
help='Help import OTPs from a migration QR code/URI or a single OTP URI string. (e.g., --import-migration path/to/qrcode.png or --import-migration "otpauth-migration://..." or --import-migration "otpauth://...")')
199+
help='Import accounts from a QR code image file (e.g., path/to/qrcode.png), a migration URI string (e.g., "otpauth-migration://..."), or a single OTP URI string (e.g., "otpauth://...").')
200200

201201
# Adding argument --import-migration
202202
parser.add_argument('-o', '--output-file',

0 commit comments

Comments
 (0)