diff --git a/futurerestore/main.cpp b/futurerestore/main.cpp index 165a60bd..099e5788 100644 --- a/futurerestore/main.cpp +++ b/futurerestore/main.cpp @@ -1,4 +1,4 @@ - +// // main.cpp // futurerestore // @@ -211,7 +211,7 @@ int main(int argc, const char * argv[]) { devVals.deviceBoard = (char*)client.getDeviceBoardNoCopy(); if (flags & FLAG_LATEST_SEP){ - info("user specified to use latest signed sep\n"); + info("user specified to use latest signed SEP ((WARNING, THIS CAN CAUSE A NON-WORKING RESTORE)\n"); client.loadLatestSep(); }else if (!client.is32bit()){ client.loadSep(sepPath);