Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp	(revision 35193)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp	(revision 35194)
@@ -610,6 +610,10 @@
             }
         }
-        else if (!strcmp(a->argv[1], "vrdpport"))
-        {
+        else if (   !strcmp(a->argv[1], "vrdeport")
+                 || !strcmp(a->argv[1], "vrdpport"))
+        {
+            if (!strcmp(a->argv[1], "vrdpport"))
+                RTStrmPrintf(g_pStdErr, "Warning: 'vrdpport' is deprecated. Use 'vrdeport'.\n");
+
             if (a->argc <= 1 + 1)
             {
@@ -618,6 +622,4 @@
                 break;
             }
-
-            RTStrmPrintf(g_pStdErr, "Warning: 'vrdpport' is deprecated. Use 'vrdeproperty TCP/Ports=%s'.\n", a->argv[2]);
 
             ComPtr<IVRDEServer> vrdeServer;
Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp	(revision 35193)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp	(revision 35194)
@@ -296,4 +296,6 @@
                      "                            [--vrdeextpack default|<name>\n"
                      "                            [--vrdeproperty <name=[value]>]\n"
+                     "                            [--vrdeport <hostport>]\n"
+                     "                            [--vrdeaddress <hostip>]\n"
                      "                            [--vrdeauthtype null|external|guest]\n"
                      "                            [--vrdeauthlibrary default|<name>\n"
@@ -385,4 +387,5 @@
                      "                            vrde on|off |\n");
         RTStrmPrintf(pStrm,
+                     "                            vrdeport <port> |\n"
                      "                            vrdeproperty <name=[value]> |\n"
                      "                            vrdevideochannelquality <percent>\n");
