From fa7212435b51af39a28302fccfa5df3b50d774ff Mon Sep 17 00:00:00 2001 From: qeed Date: Sat, 1 May 2010 21:23:03 +0000 Subject: [PATCH] fix small text alignment on printing help --- src/drivers/sdl/sdl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/sdl/sdl.cpp b/src/drivers/sdl/sdl.cpp index 55c9082d..5740ea54 100644 --- a/src/drivers/sdl/sdl.cpp +++ b/src/drivers/sdl/sdl.cpp @@ -116,7 +116,7 @@ Option Value Description\n\ --pass x Set password to use for connecting to the server.\n\ --netkey s Use string 's' to create a unique session for the game loaded.\n\ --players x Set the number of local players.\n\ ---rp2mic {0,1} Replace Port 2 Start with microphone (Famicom).\n"; +--rp2mic {0,1} Replace Port 2 Start with microphone (Famicom).\n"; // these should be moved to the man file