summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/ideviceenterrecovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ideviceenterrecovery.c b/tools/ideviceenterrecovery.c
index a5cc48a..827946b 100644
--- a/tools/ideviceenterrecovery.c
+++ b/tools/ideviceenterrecovery.c
@@ -79,7 +79,7 @@ int main(int argc, char *argv[])
}
/* run query and output information */
- printf("Telling device with uuid %s to enter recovery mode.}\n", uuid);
+ printf("Telling device with uuid %s to enter recovery mode.\n", uuid);
if(lockdownd_enter_recovery(client) != LOCKDOWN_E_SUCCESS)
{
printf("Failed to enter recovery mode.\n");