From 2bdd92c4fd854de60efbd36cc5408b2aadf88f8b Mon Sep 17 00:00:00 2001 From: vintagepc <53943260+vintagepc@users.noreply.github.com> Date: Sun, 27 Jun 2021 14:17:12 -0400 Subject: [PATCH] Update help text to remove outdated info Fixes #317 --- MK404.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MK404.cpp b/MK404.cpp index 5ce0a1e3..c77924b0 100644 --- a/MK404.cpp +++ b/MK404.cpp @@ -314,7 +314,7 @@ int main(int argc, char *argv[]) ValueArg argVCDRate("","tracerate", "Sets the logging frequency of the VCD trace (default 100uS)",false, 100,"integer",cmd); MultiArg argVCD("t","trace","Enables VCD traces for the specified categories or IRQs. use '-t ?' to get a printout of available traces",false,"string",cmd); SwitchArg argTerm("","terminal","Enable an in-UI terminal for interactive scripting (--EXPERIMENTAL!!--)", cmd); - SwitchArg argTest("","test","Run it test mode (no graphics, don't auto-exit.", cmd); + SwitchArg argTest("","test","Run it test mode (don't auto-exit due to lack of GL event loop and waiting for the window to close)", cmd); SwitchArg argSkew("","skew-correct","Attempt to correct for fast clock skew of the simulated board", cmd); SwitchArg argSerial("s","serial","Connect a printer's serial port to a PTY instead of printing its output to the console.", cmd); ValueArg argSD("","sdimage","Use the given SD card .img file instead of the default", false ,"", "filename.img", cmd);