mirror of
https://github.com/SciresM/hactool
synced 2024-11-10 06:34:14 +00:00
save: Add README and CLI options
This commit is contained in:
parent
a62152cb6e
commit
89ca0043ef
2 changed files with 4 additions and 1 deletions
|
@ -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
2
main.c
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue