From d509d8ecac84390a19631aff3d86dfd4ed6cfc28 Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Sun, 29 Jan 2012 00:13:35 +0000 Subject: [PATCH] sdl: make '--help' text spacing consistant --- src/drivers/sdl/sdl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 );