File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,10 +114,10 @@ void *pongo_usb_callback(stuff_t *arg) {
114
114
#ifdef ROOTFUL
115
115
if ((palerain_flags & palerain_option_setup_partial_root )) {
116
116
LOG (LOG_INFO , "Please wait up to 5 minutes for the bindfs to be created." );
117
- LOG (LOG_INFO , "Once the device boots up to iOS , run again without the -B (Create BindFS) option to jailbreak." );
117
+ LOG (LOG_INFO , "Once the device reboots into recovery mode , run again without the -B (Create BindFS) option to jailbreak." );
118
118
} else if ((palerain_flags & palerain_option_setup_rootful )) {
119
119
LOG (LOG_INFO , "Please wait up to 10 minutes for the fakefs to be created." );
120
- LOG (LOG_INFO , "Once the device boots up to iOS , run again without the -c (Create FakeFS) option to jailbreak." );
120
+ LOG (LOG_INFO , "Once the device reboots into recovery mode , run again without the -c (Create FakeFS) option to jailbreak." );
121
121
}
122
122
#endif
123
123
if (dfuhelper_thr_running ) {
You can’t perform that action at this time.
0 commit comments