This commit is contained in:
CelloSerenity
2025-10-05 21:42:02 -06:00
committed by GitHub
parent abebd06227
commit 32b5f1cc32

View File

@@ -14,7 +14,7 @@ def udid_command():
color=0x8e82f9, color=0x8e82f9,
description=( description=(
'# SideStore Could Not Determine Device UDID\n\n---\n\n' + '# SideStore Could Not Determine Device UDID\n\n---\n\n' +
'This error usually occurs when the pairing file is corrupted. Please generate a new pairing file and try again.\n\n' + 'This error usually occurs when the pairing file is corrupted. Please create a new pairing file using `idevice_pair` and try again.\n\n' +
'If you forgot how to generate a new pairing file, you can refer to the documentation below.' 'If you forgot how to generate a new pairing file, you can refer to the documentation below.'
) )
) )