Fix -h for --help.

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
Andrea Odetti 2020-11-13 12:00:42 +00:00
parent f13816262d
commit 1588f1cb05

View file

@ -38,7 +38,7 @@ bool getEmulatorOptions(int argc, const char * argv [], const std::string & vers
po::options_description emulatorDesc("Emulator");
emulatorDesc.add_options()
("log", "Log to AppleWin.log")
("headless,hl", "Headless: disable video")
("headless", "Headless: disable video")
("ntsc,nt", "NTSC: execute NTSC code")
("benchmark,b", "Benchmark emulator")
("no-squaring", "Gamepad range is (already) a square");