View | Details | Raw Unified
Collapse All | Expand All

(-) src/CommandLineParser.cc.orig (+1 lines)
 Lines 50-55    Link Here 
	registerOption("-machine", &machineOption,3);
	registerOption("-machine", &machineOption,3);
	registerOption("-setting", &settingOption,2);
	registerOption("-setting", &settingOption,2);
	registerOption("-h", &helpOption,1,1); 
	registerOption("-h", &helpOption,1,1); 
	registerOption("--help", &helpOption,1,1); 
}
}
void CommandLineParser::registerOption(const string &str, CLIOption* cliOption, byte prio, byte length)
void CommandLineParser::registerOption(const string &str, CLIOption* cliOption, byte prio, byte length)