From 8c08fb0a29af7f5ad9e9f0b49add1b9c31973a8c Mon Sep 17 00:00:00 2001 From: tihmstar Date: Fri, 16 Sep 2016 01:17:27 +0200 Subject: [PATCH] fixed helpscreen layout --- futurerestore/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/futurerestore/main.cpp b/futurerestore/main.cpp index c96c72cc..d41a2c34 100644 --- a/futurerestore/main.cpp +++ b/futurerestore/main.cpp @@ -36,11 +36,11 @@ void cmd_help(){ printf(" -t, --apticket PATH\t\tApticket used for restoring\n"); printf(" -b, --baseband PATH\t\tBaseband to be flashed\n"); - printf(" -p, --baseband-manifest PATH\t\tBuildmanifest for requesting baseband ticket\n"); + printf(" -p, --baseband-manifest PATH\tBuildmanifest for requesting baseband ticket\n"); printf(" -s, --sep PATH\t\tSep to be flashed\n"); - printf(" -m, --sep-manifest PATH\t\tBuildmanifest for requesting sep ticket\n"); - printf(" -w, --wait\t\tkeep rebooting until nonce matches APTicket\n"); - printf(" -u, --update\t\tupdate instead of erase install\n"); + printf(" -m, --sep-manifest PATH\tBuildmanifest for requesting sep ticket\n"); + printf(" -w, --wait\t\t\tkeep rebooting until nonce matches APTicket\n"); + printf(" -u, --update\t\t\tupdate instead of erase install\n"); printf("\n"); }