Changeset 34971 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
- Timestamp:
- Dec 11, 2010 11:12:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r34970 r34971 604 604 #endif /* VBOX_WITH_GUEST_CONTROL defined */ 605 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 606 if (u64Cmd & USAGE_DEBUGVM) 613 607 { 614 608 RTStrmPrintf(pStrm, 615 609 "VBoxManage debugvm <uuid>|<name>\n" 610 " dumpguestcore --filename <name> |\n" 616 611 " injectnmi |\n" 617 " dumpguestcore --filename <name>\n" 612 " statistics [--reset] [--pattern <pattern>] " 613 " [--descriptions]\n" 618 614 "\n"); 619 615 }
Note:
See TracChangeset
for help on using the changeset viewer.