VirtualBox

Ignore:
Timestamp:
Dec 16, 2010 3:36:09 PM (14 years ago)
Author:
vboxsync
Message:

VBoxManage: VRDE options

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp

    r35146 r35194  
    610610            }
    611611        }
    612         else if (!strcmp(a->argv[1], "vrdpport"))
    613         {
     612        else if (   !strcmp(a->argv[1], "vrdeport")
     613                 || !strcmp(a->argv[1], "vrdpport"))
     614        {
     615            if (!strcmp(a->argv[1], "vrdpport"))
     616                RTStrmPrintf(g_pStdErr, "Warning: 'vrdpport' is deprecated. Use 'vrdeport'.\n");
     617
    614618            if (a->argc <= 1 + 1)
    615619            {
     
    618622                break;
    619623            }
    620 
    621             RTStrmPrintf(g_pStdErr, "Warning: 'vrdpport' is deprecated. Use 'vrdeproperty TCP/Ports=%s'.\n", a->argv[2]);
    622624
    623625            ComPtr<IVRDEServer> vrdeServer;
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp

    r35101 r35194  
    296296                     "                            [--vrdeextpack default|<name>\n"
    297297                     "                            [--vrdeproperty <name=[value]>]\n"
     298                     "                            [--vrdeport <hostport>]\n"
     299                     "                            [--vrdeaddress <hostip>]\n"
    298300                     "                            [--vrdeauthtype null|external|guest]\n"
    299301                     "                            [--vrdeauthlibrary default|<name>\n"
     
    385387                     "                            vrde on|off |\n");
    386388        RTStrmPrintf(pStrm,
     389                     "                            vrdeport <port> |\n"
    387390                     "                            vrdeproperty <name=[value]> |\n"
    388391                     "                            vrdevideochannelquality <percent>\n");
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette