From b3a19cf75ed30ddbb60fd05223efe6a26087834d Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 23 Dec 2015 21:40:04 +0200 Subject: LAB: Show the correct number of parameters in find_action --- engines/lab/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/lab/console.cpp b/engines/lab/console.cpp index 4aa949054b..84f936568e 100644 --- a/engines/lab/console.cpp +++ b/engines/lab/console.cpp @@ -98,7 +98,7 @@ bool Console::Cmd_DumpSceneResources(int argc, const char **argv) { bool Console::Cmd_FindAction(int argc, const char **argv) { if (argc < 2) { - debugPrintf("Usage: %s [param 1] [param 2]\n", argv[0]); + debugPrintf("Usage: %s [param 1] [param 2] [param 3]\n", argv[0]); return true; } -- cgit v1.2.3