From 2e6341ac0da493ed8537adff6f1e27b664167ab2 Mon Sep 17 00:00:00 2001 From: sbJFn5r Date: Mon, 1 Sep 2014 14:09:28 -0400 Subject: [PATCH] Forgot to add 'exefs' to the '-t' options display --- ctrtool/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctrtool/main.c b/ctrtool/main.c index 5846fa2..f80823a 100644 --- a/ctrtool/main.c +++ b/ctrtool/main.c @@ -57,7 +57,7 @@ static void usage(const char *argv0) " --ncchsyskey=key Set ncch fixed system key.\n" " --showkeys Show the keys being used.\n" " -t, --intype=type Specify input file type [ncsd, ncch, exheader, cia, tmd, lzss,\n" - " firm, cwav, romfs]\n" + " firm, cwav, exefs, romfs]\n" "LZSS options:\n" " --lzssout=file Specify lzss output file\n" "CXI/CCI options:\n"