summaryrefslogtreecommitdiffstats
path: root/recovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'recovery.c')
-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.",