From e856f44274632d2bb50f2fc4128071a73fbdbead Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Fri, 20 Apr 2018 12:34:27 -0600 Subject: [PATCH] doc: Describe the -C option. --- doc/mgba-qt.6 | 6 ++++++ doc/mgba.6 | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/doc/mgba-qt.6 b/doc/mgba-qt.6 index 10a4b7518..3cacd0ce0 100644 --- a/doc/mgba-qt.6 +++ b/doc/mgba-qt.6 @@ -13,6 +13,7 @@ .Nm mgba-qt .Op Fl 123456fg .Op Fl b Ar biosfile +.Op Fl C Ar option Ns = Ns Ar value .Op Fl l Ar loglevel .Op Fl p Ar patchfile .Op Fl s Ar n @@ -40,6 +41,11 @@ If this flag is omitted, .Nm will use the BIOS specified in the configuration file, or a high\(hylevel emulated BIOS if none is specified. +.It Fl C Ar option Ns = Ns Ar value , Fl -config Ar option Ns = Ns Ar value +Override the given config +.Ar option +with +.Ar value . .It Fl f Start the emulator full\(hyscreen. .It Fl g diff --git a/doc/mgba.6 b/doc/mgba.6 index f045d1a9c..4f8862e6d 100644 --- a/doc/mgba.6 +++ b/doc/mgba.6 @@ -13,6 +13,7 @@ .Nm mgba .Op Fl 123456dfg .Op Fl b Ar biosfile +.Op Fl C Ar option Ns = Ns Ar value .Op Fl c Ar cheatfile .Op Fl l Ar loglevel .Op Fl p Ar patchfile @@ -42,6 +43,11 @@ If this flag is omitted, .Nm will use the BIOS specified in the configuration file, or a high\(hylevel emulated BIOS if none is specified. +.It Fl C Ar option Ns = Ns Ar value , Fl -config Ar option Ns = Ns Ar value +Override the given config +.Ar option +with +.Ar value . .It Fl c Ar cheatfile , Fl -cheats Ar cheatfile Apply cheat codes from .Ar cheatfile .