tools/dumpnbt: Remove unused CLI flag

Soda
BodgeMaster 2022-10-28 02:45:25 +02:00
parent 7bccaca7b9
commit c9b56d4d7f
1 changed files with 0 additions and 1 deletions

View File

@ -294,7 +294,6 @@ int main(int argc, char* argv[]) {
std::vector<CLI::Flag> flags;
flags.push_back(CLI::Flag('h', "help", "print help and exit"));
flags.push_back(CLI::Flag('l', "license", "print license information and exit"));
flags.push_back(CLI::Flag('x', "hexadecimal", "print numbers in hex format"));
std::vector<CLI::Option> options;
std::vector<CLI::Argument> arguments;
arguments.push_back(CLI::Argument("FILE", "path of the file to dump"));