Skip to content

Commit

Permalink
Add repack instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayveer committed Aug 18, 2020
1 parent dcc2db0 commit b1fc621
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cli/CLI.cpp
Expand Up @@ -131,7 +131,7 @@ argcRange CLI::getArgCount(CLI_COMMAND command) {
case LIST:
return { 3, 3 };
case REPACK:
return { 5, 5 };
return { 4, 4 };
default:
return { 5, 5 };
}
Expand Down
2 changes: 2 additions & 0 deletions cli/CLI.h
Expand Up @@ -30,9 +30,11 @@ class CLI {
"\t DecimaExplorer.exe [-e/-extract] inputfile filename outputfile\n"
"\t DecimaExplorer.exe [-e/-extract] [directory containing data files] filename outputfile\n"
"\t DecimaExplorer.exe [-e/-extract] [directory containing data files] filename\n"
"\t DecimaExplorer.exe [-r/-repack] [directory containing directories of core files] outputfile\n"
"\t DecimaExplorer.exe [-l/-list] [directory containing data files]\n"
"Available Options:\n"
"\tList: -l, -list\n"
"\tRepack: -r, -repack\n"
"\tExtract: -e, -extract\n";

const char *EXIT_MESSAGE = "Exiting\n";
Expand Down

0 comments on commit b1fc621

Please sign in to comment.