Update Readme.md and various fixes

This commit is contained in:
Ryan Meredith
2017-11-19 16:11:33 -05:00
committed by Léo Lam
parent 3eeab02ee2
commit 1f226ec14f
7 changed files with 15 additions and 12 deletions

View File

@ -95,7 +95,7 @@ std::unique_ptr<optparse::OptionParser> CreateParser(ParserOptions options)
parser->add_option("-d", "--debugger")
.action("store_true")
.help("Show the debugger pane and additional View menu options");
parser->add_option("-l", "--logger").action("store_true").help("Opens the logger");
parser->add_option("-l", "--logger").action("store_true").help("Open the logger");
parser->add_option("-b", "--batch").action("store_true").help("Exit Dolphin with emulation");
parser->add_option("-c", "--confirm").action("store_true").help("Set Confirm on Stop");
}