Changeset 97349 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Oct 31, 2022 2:38:22 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 154347
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r97345 r97349 3573 3573 { "run", gctlHandleRun, HELP_SCOPE_GUESTCONTROL_RUN, 0 }, 3574 3574 { "start", gctlHandleStart, HELP_SCOPE_GUESTCONTROL_START, 0 }, 3575 { "copyfrom", gctlHandleCopyFrom, HELP_SCOPE_GUESTCONTROL_COPYFROM _HOSTDEST, 0 },3576 { "copyto", gctlHandleCopyTo, HELP_SCOPE_GUESTCONTROL_COPYTO _HOSTDEST, 0 },3575 { "copyfrom", gctlHandleCopyFrom, HELP_SCOPE_GUESTCONTROL_COPYFROM, 0 }, 3576 { "copyto", gctlHandleCopyTo, HELP_SCOPE_GUESTCONTROL_COPYTO, 0 }, 3577 3577 3578 3578 { "mkdir", gctrlHandleMkDir, HELP_SCOPE_GUESTCONTROL_MKDIR, 0 },
Note:
See TracChangeset
for help on using the changeset viewer.