Fix typo in readme

This commit is contained in:
jakcron 2021-11-10 16:08:33 +08:00
parent 9222a7dcb7
commit c5f9b8a45c
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View 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");