From dca7f24b8114dacd4de6b1b9cd0c7716e511a618 Mon Sep 17 00:00:00 2001 From: mathieu Date: Sun, 2 Apr 2017 16:12:59 +0200 Subject: [PATCH] removed --is-32bit --- futurerestore/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/futurerestore/main.cpp b/futurerestore/main.cpp index 1d561692..18d3813d 100644 --- a/futurerestore/main.cpp +++ b/futurerestore/main.cpp @@ -54,7 +54,6 @@ void cmd_help(){ printf(" -u, --update\t\t\tupdate instead of erase install\n"); printf(" --latest-sep\t\tuse latest signed sep instead of manually specifying one(may cause bad restore)\n"); printf(" --latest-baseband\t\tse latest signed baseband instead of manually specifying one(may cause bad restore)\n"); - printf(" --is-32bit\t\tuse this for restoring 32bit device without SEP\n"); 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"); printf("\n");