diff --git a/futurerestore/main.cpp b/futurerestore/main.cpp index dd1ac8fb..165a60bd 100644 --- a/futurerestore/main.cpp +++ b/futurerestore/main.cpp @@ -64,6 +64,7 @@ void cmd_help(){ printf(" --latest-baseband\t\tuse latest signed baseband instead of manually specifying one(may cause bad restore)\n"); #ifdef HAVE_LIBIPATCHER printf(" --use-pwndfu\t\tuse this for restoring devices with odysseus method. Device needs to be in kDFU mode already\n"); + printf(" --just-boot=\"-v\"\t\tuse this to tethered boot the device from kDFU mode. You can optionally set bootargs\n"); #endif printf(" --no-baseband\t\tskip checks and don't flash baseband.\n"); printf(" \t\tWARNING: only use this for device without baseband (eg iPod or some wifi only iPads)\n");