add more descriptions in case of misunderstanding
This commit is contained in:
parent
d05f43b038
commit
2f85fb8c45
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue