Fix -h for --help.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
f13816262d
commit
1588f1cb05
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ bool getEmulatorOptions(int argc, const char * argv [], const std::string & vers
|
||||||
po::options_description emulatorDesc("Emulator");
|
po::options_description emulatorDesc("Emulator");
|
||||||
emulatorDesc.add_options()
|
emulatorDesc.add_options()
|
||||||
("log", "Log to AppleWin.log")
|
("log", "Log to AppleWin.log")
|
||||||
("headless,hl", "Headless: disable video")
|
("headless", "Headless: disable video")
|
||||||
("ntsc,nt", "NTSC: execute NTSC code")
|
("ntsc,nt", "NTSC: execute NTSC code")
|
||||||
("benchmark,b", "Benchmark emulator")
|
("benchmark,b", "Benchmark emulator")
|
||||||
("no-squaring", "Gamepad range is (already) a square");
|
("no-squaring", "Gamepad range is (already) a square");
|
||||||
|
|
Loading…
Add table
Reference in a new issue