Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp	(revision 55592)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp	(revision 55593)
@@ -1294,5 +1294,5 @@
                     break;
 
-                case 'i':
+                case 'e':
                     pszImage = ValueUnion.psz;
                     break;
@@ -1353,5 +1353,5 @@
 
         /* Must have something to execute. */
-        if (!pszImage || *pszImage)
+        if (!pszImage || !*pszImage)
             return errorSyntaxEx(USAGE_GUESTCONTROL, USAGE_GSTCTRL_RUN, "No executable specified!");
 
