Changeset 32712 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
- Timestamp:
- Sep 23, 2010 12:16:51 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66141
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r32709 r32712 672 672 #ifdef VBOX_WITH_GUEST_PROPS 673 673 if (u64Cmd & USAGE_GUESTPROPERTY) 674 usageGuestProperty( );674 usageGuestProperty(pStrm); 675 675 #endif /* VBOX_WITH_GUEST_PROPS defined */ 676 676 677 677 #ifdef VBOX_WITH_GUEST_CONTROL 678 678 if (u64Cmd & USAGE_GUESTCONTROL) 679 usageGuestControl( );679 usageGuestControl(pStrm); 680 680 #endif /* VBOX_WITH_GUEST_CONTROL defined */ 681 681
Note:
See TracChangeset
for help on using the changeset viewer.