Skip to content

Commit

Permalink
Update help text to remove outdated info
Browse files Browse the repository at this point in the history
Fixes #317
  • Loading branch information
vintagepc committed Jun 27, 2021
1 parent 86699d2 commit 2bdd92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MK404.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ int main(int argc, char *argv[])
ValueArg<int> argVCDRate("","tracerate", "Sets the logging frequency of the VCD trace (default 100uS)",false, 100,"integer",cmd);
MultiArg<string> 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<string> argSD("","sdimage","Use the given SD card .img file instead of the default", false ,"", "filename.img", cmd);
Expand Down

0 comments on commit 2bdd92c

Please sign in to comment.