mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
[nstool] Fix help text.
This commit is contained in:
parent
125dff0d7d
commit
954e308d9a
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
General purpose reading/extraction tool for Nintendo Switch file formats.
|
General purpose reading/extraction tool for Nintendo Switch file formats.
|
||||||
|
|
||||||
## Supported File Formats
|
## Supported File Formats
|
||||||
* NPDM (.npdm)
|
* Meta (.npdm)
|
||||||
* PartitionFS (and HashedPartitionFS) (includes raw .nsp)
|
* PartitionFS (and HashedPartitionFS) (includes raw .nsp)
|
||||||
* RomFS
|
* RomFS
|
||||||
* GameCard Image (.xci)
|
* GameCard Image (.xci)
|
||||||
|
@ -21,7 +21,7 @@ Usage: nstool [options... ] <file>
|
||||||
General Options:
|
General Options:
|
||||||
-d, --dev Use devkit keyset.
|
-d, --dev Use devkit keyset.
|
||||||
-k, --keyset Specify keyset file.
|
-k, --keyset Specify keyset file.
|
||||||
-t, --type Specify input file type. [xci, pfs, romfs, nca, npdm, cnmt, nso, nro, nacp, aset, cert, tik]
|
-t, --type Specify input file type. [xci, pfs, romfs, nca, meta, cnmt, nso, nro, nacp, aset, cert, tik]
|
||||||
-y, --verify Verify file.
|
-y, --verify Verify file.
|
||||||
|
|
||||||
Output Options:
|
Output Options:
|
||||||
|
|
Loading…
Reference in a new issue