Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp	(revision 32887)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp	(revision 32888)
@@ -571,5 +571,5 @@
     /* Iterate through all possible commands (if available). */
     bool usageOK = true;
-    for (int i = 2; usageOK && i < a->argc; i++)
+    for (int i = 3; usageOK && i < a->argc; i++)
     {
         if (!strcmp(a->argv[i], "--flags"))
