Changeset 387 for trunk/gui/src/main.cpp
- Timestamp:
- 08/25/08 21:05:23 (5 years ago)
- Files:
-
- 1 modified
-
trunk/gui/src/main.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/src/main.cpp
r377 r387 359 359 std::cout << " -d, --driver AUDIODRIVER - Use the selected audio driver (jack, alsa, oss)" << std::endl; 360 360 std::cout << " -s, --song FILE - Load a song (*.h2song) at startup" << std::endl; 361 #ifdef LASH_SUPPORT 362 std::cout << " --lash-no-start-server - If LASH server not running, don't start" << endl 363 << " it (LASH 0.5.3 and later)." << std::endl; 364 std::cout << " --lash-no-autoresume - Tell LASH server not to assume I'm returning" << std::endl 365 << " from a crash." << std::endl; 366 #endif 361 367 std::cout << " -n, --nosplash - Hide splash screen" << std::endl; 362 368 std::cout << " -V, --verbose - Print a lot of debugging info" << std::endl;