From 4a6392aefac5d033c00dca524f316346683bd0ea Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 13 Nov 2011 01:12:32 +0100 Subject: [PATCH] Fix wrong placement of line in print_help(). --- ssnes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssnes.c b/ssnes.c index 7ffda4fc04..2ce251660a 100644 --- a/ssnes.c +++ b/ssnes.c @@ -446,8 +446,8 @@ static void print_help(void) puts("\t--sufamiA: Path to A slot of Sufami Turbo. Load Sufami base cart as regular rom."); puts("\t--sufamiB: Path to B slot of Sufami Turbo."); puts("\t-m/--mouse: Connect a virtual mouse into designated port of the SNES (1 or 2)."); - puts("\t-N/--nodevice: Disconnects the controller device connected to the emulated SNES (1 or 2)."); puts("\t\tThis argument can be specified several times to connect more mice."); + puts("\t-N/--nodevice: Disconnects the controller device connected to the emulated SNES (1 or 2)."); puts("\t-p/--scope: Connect a virtual SuperScope into port 2 of the SNES."); puts("\t-j/--justifier: Connect a virtual Konami Justifier into port 2 of the SNES."); puts("\t-J/--justifiers: Daisy chain two virtual Konami Justifiers into port 2 of the SNES.");