From 80727cef5ac9631962d17e72f5b274256570a110 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 26 Jun 2011 18:47:54 +0200 Subject: [PATCH] Nitpick. --- ssnes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssnes.c b/ssnes.c index d6086df6c6..a09a291c99 100644 --- a/ssnes.c +++ b/ssnes.c @@ -408,7 +408,7 @@ static void print_help(void) #endif #ifdef HAVE_FFMPEG - puts("\t-r/--record: Path to record video file. Settings for video/audio codecs are found in config file."); + puts("\t-r/--record: Path to record video file.\n\t\tSettings for video/audio codecs are found in config file."); #endif puts("\t-v/--verbose: Verbose logging."); puts("\t-U/--ups: Specifies path for UPS patch that will be applied to ROM.");