[thin_generate_metadata] Fix command line options
- Remove unused options - Fix potential option conflict
This commit is contained in:
@@ -141,7 +141,7 @@ thin_generate_mappings_cmd::run(int argc, char **argv)
|
||||
{
|
||||
int c;
|
||||
struct flags fs;
|
||||
const char *shortopts = "hi:o:qV";
|
||||
const char *shortopts = "ho:V";
|
||||
const struct option longopts[] = {
|
||||
{ "help", no_argument, NULL, 'h' },
|
||||
{ "output", required_argument, NULL, 'o' },
|
||||
|
Reference in New Issue
Block a user