Index: /trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp	(revision 33915)
+++ /trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp	(revision 33916)
@@ -976,4 +976,11 @@
                 }
             }
+        }
+        else if (   !strcmp(argv[curArg], "--detecthostkey")
+                 || !strcmp(argv[curArg], "-detecthostkey"))
+        {
+            RTPrintf("Error: please specify \"%s\" without any additional parameters!\n",
+                     argv[curArg]);
+            return 1;
         }
         else if (   !strcmp(argv[curArg], "--memory")
