VirtualBox

Changeset 6660 in vbox for trunk/src


Ignore:
Timestamp:
Jan 31, 2008 2:47:53 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27729
Message:

VBoxManage: don't show -type gui|vrdp if VRDP is not available

File:
1 edited

Legend:

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

    r6616 r6660  
    398398    if (u64Cmd & USAGE_STARTVM)
    399399    {
    400         RTPrintf("VBoxManage startvm          <uuid>|<name>\n"
    401                  "                            [-type gui|vrdp]\n"
    402                  "\n");
     400        RTPrintf("VBoxManage startvm          <uuid>|<name>\n");
     401        if (fVRDP)
     402            RTPrintf("                            [-type gui|vrdp]\n");
     403        RTPrintf("\n");
    403404    }
    404405
Note: See TracChangeset for help on using the changeset viewer.

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