VirtualBox

Ignore:
Timestamp:
Dec 11, 2010 4:37:47 PM (14 years ago)
Author:
vboxsync
Message:

rearranged syntax diagram, removed duplicate injectnmi

File:
1 edited

Legend:

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

    r34913 r34970  
    366366                     "                            acpipowerbutton|acpisleepbutton|\n"
    367367                     "                            keyboardputscancode <hex> [<hex> ...]|\n"
    368                      "                            injectnmi|\n"
    369368                     "                            setlinkstate<1-N> on|off |\n"
    370369#if defined(VBOX_WITH_NETFLT)
     
    595594                     "\n");
    596595
    597     if (u64Cmd & USAGE_VM_STATISTICS)
    598         RTStrmPrintf(pStrm,
    599                      "VBoxManage vmstatistics     <vmname>|<uuid> [--reset]\n"
    600                      "                            [--pattern <pattern>] [--descriptions]\n"
    601                      "\n");
    602 
    603596#ifdef VBOX_WITH_GUEST_PROPS
    604597    if (u64Cmd & USAGE_GUESTPROPERTY)
     
    611604#endif /* VBOX_WITH_GUEST_CONTROL defined */
    612605
     606    /** @todo merge into debugvm */
     607    if (u64Cmd & USAGE_VM_STATISTICS)
     608        RTStrmPrintf(pStrm,
     609                     "VBoxManage vmstatistics     <vmname>|<uuid> [--reset]\n"
     610                     "                            [--pattern <pattern>] [--descriptions]\n"
     611                     "\n");
     612    if (u64Cmd & USAGE_DEBUGVM)
     613    {
     614        RTStrmPrintf(pStrm,
     615                     "VBoxManage debugvm          <uuid>|<name>\n"
     616                     "                            injectnmi |\n"
     617                     "                            dumpguestcore --filename <name>\n"
     618                     "\n");
     619    }
    613620    if (u64Cmd & USAGE_METRICS)
    614621        RTStrmPrintf(pStrm,
     
    677684                     "\n");
    678685    }
    679     if (u64Cmd & USAGE_DEBUGVM)
    680     {
    681         RTStrmPrintf(pStrm,
    682                      "VBoxManage debugvm          <uuid>|<name>\n"
    683                      "                            injectnmi |\n"
    684                      "                            dumpguestcore --filename <name>\n"
    685                      "\n");
    686     }
    687686}
    688687
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