mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
Fix typo in readme
This commit is contained in:
parent
9222a7dcb7
commit
c5f9b8a45c
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ Usage: nstool [options... ] <file>
|
|||
|
||||
INI (Initial Program Bundle)
|
||||
nstool [--kipdir <dir>] <file>
|
||||
--kipdir Extract embedded Inital Programs to directory.
|
||||
--kipdir Extract embedded Initial Programs to directory.
|
||||
|
||||
ASET (Homebrew Asset Blob)
|
||||
nstool [--fstree] [-x [<virtual path>] <out path>] [--icon <file> --nacp <file>] <file>
|
||||
|
|
|
@ -747,7 +747,7 @@ void nstool::SettingsInitializer::usage_text() const
|
|||
fmt::print(" --insttype Specify instruction type [64bit|32bit] (64bit is assumed).\n");
|
||||
fmt::print("\n INI (Initial Program Bundle)\n");
|
||||
fmt::print(" {:s} [--kipdir <dir>] <file>\n", BIN_NAME);
|
||||
fmt::print(" --kipdir Extract embedded Inital Programs to directory.\n");
|
||||
fmt::print(" --kipdir Extract embedded Initial Programs to directory.\n");
|
||||
fmt::print("\n ASET (Homebrew Asset Blob)\n");
|
||||
fmt::print(" {:s} [--fstree] [-x [<virtual path>] <out path>] [--icon <file> --nacp <file>] <file>\n", BIN_NAME);
|
||||
fmt::print(" --fstree Print RomFS filesystem tree.\n");
|
||||
|
|
Loading…
Reference in a new issue