tools/dumpnbt: Remove unused CLI flag
parent
7bccaca7b9
commit
c9b56d4d7f
|
@ -294,7 +294,6 @@ int main(int argc, char* argv[]) {
|
||||||
std::vector<CLI::Flag> flags;
|
std::vector<CLI::Flag> flags;
|
||||||
flags.push_back(CLI::Flag('h', "help", "print help and exit"));
|
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('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::Option> options;
|
||||||
std::vector<CLI::Argument> arguments;
|
std::vector<CLI::Argument> arguments;
|
||||||
arguments.push_back(CLI::Argument("FILE", "path of the file to dump"));
|
arguments.push_back(CLI::Argument("FILE", "path of the file to dump"));
|
||||||
|
|
Loading…
Reference in New Issue