save: Add README and CLI options

This commit is contained in:
shchmue 2019-10-18 11:22:22 -06:00
parent a62152cb6e
commit 89ca0043ef
2 changed files with 4 additions and 1 deletions

View file

@ -84,6 +84,9 @@ INI1 options:
NAX0 options:
--sdseed=seed Set console unique seed for SD card NAX0 encryption.
--sdpath=path Set relative path for NAX0 key derivation (ex: /registered/000000FF/cafebabecafebabecafebabecafebabe.nca).
Save data options:
--outdir=dir Specify save directory path.
--listfiles List files in save file.
Key Derivation options:
--sbk=key Set console unique Secure Boot Key for key derivation.
--tseckey=key Set console unique TSEC Key for key derivation.```

2
main.c
View file

@ -100,7 +100,7 @@ static void usage(void) {
" --sdpath=path Set relative path for NAX0 key derivation (ex: /registered/000000FF/cafebabecafebabecafebabecafebabe.nca).\n"
"Save data options:\n"
" --outdir=dir Specify save directory path.\n"
" --listfiles List files in save file."
" --listfiles List files in save file.\n"
"Key Derivation options:\n"
" --sbk=key Set console unique Secure Boot Key for key derivation.\n"
" --tseckey=key Set console unique TSEC Key for key derivation.\n"