From 2f85fb8c45177ac7d6564b277de8612e0dd82993 Mon Sep 17 00:00:00 2001 From: HappyZ Date: Wed, 6 Mar 2019 15:45:30 -0600 Subject: [PATCH] add more descriptions in case of misunderstanding --- python_api/libInteractive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_api/libInteractive.py b/python_api/libInteractive.py index d78bea4..c459f82 100644 --- a/python_api/libInteractive.py +++ b/python_api/libInteractive.py @@ -512,7 +512,7 @@ def diagnosis_restore_systemimg(dpt): dpt.diagnosis_stop_mass_storage() return False 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') resp = input('> Confirm to continue? [yes/no]: ') except KeyboardInterrupt: