From 6a1b24b2f60af9e6cdb3b3972143fda53252f40f Mon Sep 17 00:00:00 2001 From: Alex Barney Date: Wed, 17 Nov 2021 11:49:55 -0700 Subject: [PATCH] Update usage text in readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 7c099463..5fa24b8c 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,11 @@ Options: -k, --keyset Load keys from an external file. -t, --intype=type Specify input file type [nca, xci, romfs, pfs0, pk11, pk21, ini1, kip1, switchfs, save, ndv0, keygen, romfsbuild, pfsbuild] --titlekeys Load title keys from an external file. + --accesslog Specify the access log file path. + --disablekeywarns Disables warning output when loading external keys. NCA options: --plaintext Specify file path for saving a decrypted copy of the NCA. + --ciphertext Specify file path for saving an encrypted copy of the NCA. --header Specify Header file path. --section0 Specify Section 0 file path. --section1 Specify Section 1 file path. @@ -50,6 +53,8 @@ NCA options: --romfsdir Specify RomFS directory path. --listromfs List files in RomFS. --basenca Set Base NCA to use with update partitions. +KIP1 options: + --uncompressed Specify file path for saving uncompressed KIP1. RomFS options: --romfsdir Specify RomFS directory path. --listromfs List files in RomFS. @@ -78,6 +83,8 @@ Package1 options: --outdir Specify Package1 directory path. Package2 options: --outdir Specify Package2 directory path. + --extractini1 Enable INI1 extraction to default directory (redundant with --ini1dir set). + --ini1dir Specify INI1 directory path. Overrides default path, if present. INI1 options: --outdir Specify INI1 directory path. Switch FS options: @@ -101,6 +108,10 @@ Save data options: --listfiles List files in save file. --repack Replaces the contents of the save data with the specified directory. --replacefile Replaces a file in the save data +NAX0 options: + --sdseed Set console unique seed for SD card NAX0 encryption. + --sdpath Set relative path for NAX0 key derivation (ex: /registered/000000FF/cafebabecafebabecafebabecafebabe.nca). + --plaintext Specify file path to save decrypted contents. NDV0 (Delta) options: Input delta patch can be a delta NCA file or a delta fragment file. --basefile Specify base file path.