--- src/CommandLineParser.cc.orig 2003-10-31 18:07:24.590516128 +0100 +++ src/CommandLineParser.cc 2003-10-31 18:07:44.743452416 +0100 @@ -50,6 +50,7 @@ registerOption("-machine", &machineOption,3); registerOption("-setting", &settingOption,2); registerOption("-h", &helpOption,1,1); + registerOption("--help", &helpOption,1,1); } void CommandLineParser::registerOption(const string &str, CLIOption* cliOption, byte prio, byte length)