add more descriptions in case of misunderstanding

This commit is contained in:
HappyZ 2019-03-06 15:45:30 -06:00
parent d05f43b038
commit 2f85fb8c45
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ def diagnosis_restore_systemimg(dpt):
dpt.diagnosis_stop_mass_storage() dpt.diagnosis_stop_mass_storage()
return False return False
try: try:
resp = input('> Is it a sparse image? [yes/no]: ') resp = input('> Is it a sparse image (from official PKG)? [yes/no]: ')
isSparse = (resp == 'yes') isSparse = (resp == 'yes')
resp = input('> Confirm to continue? [yes/no]: ') resp = input('> Confirm to continue? [yes/no]: ')
except KeyboardInterrupt: except KeyboardInterrupt: