mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
[nstool] Add usage text about --cert
This commit is contained in:
parent
9fb6731294
commit
09209feb7d
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ void UserSettings::showHelp()
|
|||
printf(" --titlekey Specify title key extracted from ticket.\n");
|
||||
printf(" --bodykey Specify body encryption key.\n");
|
||||
printf(" --tik Specify ticket to source title key.\n");
|
||||
printf(" --cert Specify certificate chain to verify ticket.\n");
|
||||
printf(" --part0 Extract \"partition 0\" to directory.\n");
|
||||
printf(" --part1 Extract \"partition 1\" to directory.\n");
|
||||
printf(" --part2 Extract \"partition 2\" to directory.\n");
|
||||
|
|
Loading…
Reference in a new issue