Changeset 34970 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Dec 11, 2010 4:37:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r34913 r34970 366 366 " acpipowerbutton|acpisleepbutton|\n" 367 367 " keyboardputscancode <hex> [<hex> ...]|\n" 368 " injectnmi|\n"369 368 " setlinkstate<1-N> on|off |\n" 370 369 #if defined(VBOX_WITH_NETFLT) … … 595 594 "\n"); 596 595 597 if (u64Cmd & USAGE_VM_STATISTICS)598 RTStrmPrintf(pStrm,599 "VBoxManage vmstatistics <vmname>|<uuid> [--reset]\n"600 " [--pattern <pattern>] [--descriptions]\n"601 "\n");602 603 596 #ifdef VBOX_WITH_GUEST_PROPS 604 597 if (u64Cmd & USAGE_GUESTPROPERTY) … … 611 604 #endif /* VBOX_WITH_GUEST_CONTROL defined */ 612 605 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 } 613 620 if (u64Cmd & USAGE_METRICS) 614 621 RTStrmPrintf(pStrm, … … 677 684 "\n"); 678 685 } 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 }687 686 } 688 687
Note:
See TracChangeset
for help on using the changeset viewer.