Index: /trunk/gui/src/main.cpp
===================================================================
--- /trunk/gui/src/main.cpp	(revision 377)
+++ /trunk/gui/src/main.cpp	(revision 387)
@@ -359,4 +359,10 @@
 	std::cout << "   -d, --driver AUDIODRIVER - Use the selected audio driver (jack, alsa, oss)" << std::endl;
 	std::cout << "   -s, --song FILE - Load a song (*.h2song) at startup" << std::endl;
+#ifdef LASH_SUPPORT
+	std::cout << "   --lash-no-start-server - If LASH server not running, don't start" << endl
+		  << "                            it (LASH 0.5.3 and later)." << std::endl;
+	std::cout << "   --lash-no-autoresume - Tell LASH server not to assume I'm returning" << std::endl
+		  << "                          from a crash." << std::endl;
+#endif
 	std::cout << "   -n, --nosplash - Hide splash screen" << std::endl;
 	std::cout << "   -V, --verbose - Print a lot of debugging info" << std::endl;
