diff --git a/src/drivers/sdl/sdl.cpp b/src/drivers/sdl/sdl.cpp index cb780064..70541ab3 100644 --- a/src/drivers/sdl/sdl.cpp +++ b/src/drivers/sdl/sdl.cpp @@ -148,8 +148,8 @@ static void ShowUsage(char *prog) puts ("--loadlua f Loads lua script from filename f."); #endif #ifdef CREATE_AVI - puts ("--videolog c Calls mencoder to grab the video and audio streams to\n encode them. Check the documentation for more on this."); - puts ("--mute {0|1} Mutes FCEUX while still passing the audio stream to\n mencoder during avi creation."); + puts ("--videolog c Calls mencoder to grab the video and audio streams to\n encode them. Check the documentation for more on this."); + puts ("--mute {0|1} Mutes FCEUX while still passing the audio stream to\n mencoder during avi creation."); #endif puts(""); printf("Compiled with SDL version %d.%d.%d\n", SDL_MAJOR_VERSION, SDL_MINOR_VERSION, SDL_PATCHLEVEL );