VirtualBox

Ignore:
Timestamp:
Sep 23, 2010 12:16:51 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66141
Message:

VBoxManage: forgot the help for guestproperty and guestcontrol; enable the latter for VBOX_ONLY_DOCS=1

File:
1 edited

Legend:

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

    r32709 r32712  
    672672#ifdef VBOX_WITH_GUEST_PROPS
    673673    if (u64Cmd & USAGE_GUESTPROPERTY)
    674         usageGuestProperty();
     674        usageGuestProperty(pStrm);
    675675#endif /* VBOX_WITH_GUEST_PROPS defined */
    676676
    677677#ifdef VBOX_WITH_GUEST_CONTROL
    678678    if (u64Cmd & USAGE_GUESTCONTROL)
    679         usageGuestControl();
     679        usageGuestControl(pStrm);
    680680#endif /* VBOX_WITH_GUEST_CONTROL defined */
    681681
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