diff --git a/docs/index.html b/docs/index.html
index 2f750bde9..7fd6920fc 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -2371,7 +2371,7 @@
- -launcherfont <small|small_medium|medium|large> |
+ -launcherfont <small|low_medium|medium|large|large12|large14|large16> |
Set the size of the font in the ROM launcher. |
diff --git a/src/emucore/Settings.cxx b/src/emucore/Settings.cxx
index e46b192a3..eabe55dbf 100644
--- a/src/emucore/Settings.cxx
+++ b/src/emucore/Settings.cxx
@@ -410,7 +410,7 @@ void Settings::usage() const
<< " -tia.inter <1|0> Enable interpolated (smooth) scaling for TIA\n"
<< " image\n"
<< " -tia.fs_stretch <1|0> Stretch TIA image to fill fullscreen mode\n"
- << " -tia.fs_overscan <0-10> Add overscan to TIA image in fill fullscreen mode\n"
+ << " -tia.fs_overscan <0-10> Add overscan to TIA image in fullscreen mode\n"
<< " -tia.dbgcolors Debug colors to use for each object (see manual\n"
<< " for description)\n"
<< endl
@@ -467,23 +467,27 @@ void Settings::usage() const
<< " -ssinterval Number of seconds between snapshots in\n"
<< " continuous snapshot mode\n"
<< endl
- << " -saveonexit \n"
+ << " -saveonexit emulation\n"
<< " -autoslot <1|0> Automatically change to next save slot when\n"
<< " state saving\n"
<< endl
<< " -rominfo Display detailed information for the given ROM\n"
<< " -listrominfo Display contents of stella.pro, one line per ROM\n"
<< " entry\n"
- << " \n"
+ << endl
<< " -exitlauncher <1|0> On exiting a ROM, go back to the ROM launcher\n"
<< " -launcherres The resolution to use in ROM launcher mode\n"
- << " -launcherfont \n"
+ << " -launcherfont \n"
<< " -launcherroms <1|0> Show only ROMs in the launcher (vs. all files)\n"
<< " -romviewer Show ROM info viewer at given zoom level in ROM\n"
<< " launcher (use 0 for off)\n"
- << " -lastrom Last played ROM, automatically selected in launcher\n"
+ << " -lastrom Last played ROM, automatically selected in\n"
+ << " launcher\n"
<< " -romloadcount Number of ROM to load next from multicard\n"
<< " -uipalette \n"
@@ -496,9 +500,11 @@ void Settings::usage() const
<< " UI\n"
<< " -mdouble Mouse double click speed in UI\n"
<< " -ctrldelay Delay before controller input is repeated in UI\n"
- << " -ctrlrate Rate per second of repeated controller input in UI\n"
+ << " -ctrlrate Rate per second of repeated controller input in\n"
+ << " UI\n"
<< " -basic_settings <0|1> Display only a basic settings dialog\n"
- << " -romdir Set the directory where the ROM launcher will start\n"
+ << " -romdir Set the directory where the ROM launcher will\n"
+ << " start\n"
<< " -avoxport The name of the serial port where an AtariVox is\n"
<< " connected\n"
<< " -holdreset Start the emulator with the Game Reset switch\n"