Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 32397 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 32397