summaryrefslogtreecommitdiffstats
path: root/tools/irecovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/irecovery.c')
-rw-r--r--tools/irecovery.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/irecovery.c b/tools/irecovery.c
index 6303b55..955d3ca 100644
--- a/tools/irecovery.c
+++ b/tools/irecovery.c
@@ -90,6 +90,9 @@ static const char* mode_to_str(int mode)
case IRECV_K_DFU_MODE:
return "DFU";
break;
+ case IRECV_K_PORT_DFU_MODE:
+ return "Port DFU";
+ break;
case IRECV_K_WTF_MODE:
return "WTF";
break;