summaryrefslogtreecommitdiffstats
path: root/recovery.c
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2009-06-18 02:29:40 +0200
committerDoug Zongker <dougz@android.com>2009-06-18 03:12:16 +0200
commitfb2e3af3f915c0e3f2b4b027ef26777267ad46dc (patch)
tree45e7354eacc638f4176a095844258d1f313aba7b /recovery.c
parentadd less_than_int, greater_than_int to edify (diff)
downloadandroid_bootable_recovery-fb2e3af3f915c0e3f2b4b027ef26777267ad46dc.tar
android_bootable_recovery-fb2e3af3f915c0e3f2b4b027ef26777267ad46dc.tar.gz
android_bootable_recovery-fb2e3af3f915c0e3f2b4b027ef26777267ad46dc.tar.bz2
android_bootable_recovery-fb2e3af3f915c0e3f2b4b027ef26777267ad46dc.tar.lz
android_bootable_recovery-fb2e3af3f915c0e3f2b4b027ef26777267ad46dc.tar.xz
android_bootable_recovery-fb2e3af3f915c0e3f2b4b027ef26777267ad46dc.tar.zst
android_bootable_recovery-fb2e3af3f915c0e3f2b4b027ef26777267ad46dc.zip
Diffstat (limited to '')
-rw-r--r--recovery.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/recovery.c b/recovery.c
index 188d4de69..5ccd38f2c 100644
--- a/recovery.c
+++ b/recovery.c
@@ -287,7 +287,8 @@ erase_root(const char *root)
static void
prompt_and_wait()
{
- char* headers[] = { "Android system recovery utility",
+ char* headers[] = { "Android system recovery <"
+ EXPAND(RECOVERY_API_VERSION) ">",
"",
"Use trackball to highlight;",
"click to select.",