Skip to content
Permalink
Browse files
Merge pull request #6043 from Ebola16/master
Update -d argument help message
  • Loading branch information
leoetlino committed Sep 10, 2017
2 parents c8f3e17 + f8b89b7 commit 9d16944
Showing 1 changed file with 3 additions and 1 deletion.
@@ -81,7 +81,9 @@ std::unique_ptr<optparse::OptionParser> CreateParser(ParserOptions options)

if (options == ParserOptions::IncludeGUIOptions)
{
parser->add_option("-d", "--debugger").action("store_true").help("Opens the debuger");
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("-b", "--batch").action("store_true").help("Exit Dolphin with emulation");
parser->add_option("-c", "--confirm").action("store_true").help("Set Confirm on Stop");

0 comments on commit 9d16944

Please sign in to comment.