Amend readme/usage to indicate hfs0 support.

This commit is contained in:
Michael Scire 2018-02-03 22:11:30 -08:00
parent 52f45fbd60
commit 910918bbb1
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ Options:
-r, --raw Keep raw data, don't unpack.
-y, --verify Verify hashes and signatures.
-d, --dev Decrypt with development keys instead of retail.
-t, --intype=type Specify input file type [nca, pfs0, romfs]
-t, --intype=type Specify input file type [nca, pfs0, romfs, hfs0]
--titlekey=key Set title key for Rights ID crypto titles.
--contentkey=key Set raw key for NCA body decryption.
NCA options:

2
main.c
View file

@ -27,7 +27,7 @@ static void usage(void) {
" -r, --raw Keep raw data, don't unpack.\n"
" -y, --verify Verify hashes and signatures.\n"
" -d, --dev Decrypt with development keys instead of retail.\n"
" -t, --intype=type Specify input file type [nca, pfs0, romfs]\n"
" -t, --intype=type Specify input file type [nca, pfs0, romfs, hfs0]\n"
" --titlekey=key Set title key for Rights ID crypto titles.\n"
" --contentkey=key Set raw key for NCA body decryption.\n"
"NCA options:\n"