Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp	(revision 55606)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp	(revision 55607)
@@ -4243,4 +4243,8 @@
     if (pArg->argc >= 2)
     {
+        /** @todo bird: From a syntax diagram point of view, it's tempting to start
+         *        common option parsing here, stop on the first non-option and using
+         *        it as the command.  We will of course allow common options after
+         *        the command, no problems. */
         const char *pszCmd = pArg->argv[1];
         uint32_t    iCmd;
