diff options
| author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2022-10-31 14:38:22 +0000 |
|---|---|---|
| committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2022-10-31 14:38:22 +0000 |
| commit | 9ac172a964fc42edaf9c6ab77c0039c1ce0e9495 (patch) | |
| tree | d28e33f6fcfcf43affd69114071d854fb55b9cff /src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp | |
| parent | 57ecc9f5d888f3facafba5f8bc6fbfc661a5a968 (diff) | |
| download | VirtualBox-svn-9ac172a964fc42edaf9c6ab77c0039c1ce0e9495.tar.gz | |
Guest Control/docs: Brought back the VBoxManage docs / synopsis in line with reality. Did some rewording. ru_RU translation pending.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@97349 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp')
| -rw-r--r-- | src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp b/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp index 7907619d486..6cb9a0998e2 100644 --- a/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp +++ b/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp @@ -3572,8 +3572,8 @@ RTEXITCODE handleGuestControl(HandlerArg *pArg) { { "run", gctlHandleRun, HELP_SCOPE_GUESTCONTROL_RUN, 0 }, { "start", gctlHandleStart, HELP_SCOPE_GUESTCONTROL_START, 0 }, - { "copyfrom", gctlHandleCopyFrom, HELP_SCOPE_GUESTCONTROL_COPYFROM_HOSTDEST, 0 }, - { "copyto", gctlHandleCopyTo, HELP_SCOPE_GUESTCONTROL_COPYTO_HOSTDEST, 0 }, + { "copyfrom", gctlHandleCopyFrom, HELP_SCOPE_GUESTCONTROL_COPYFROM, 0 }, + { "copyto", gctlHandleCopyTo, HELP_SCOPE_GUESTCONTROL_COPYTO, 0 }, { "mkdir", gctrlHandleMkDir, HELP_SCOPE_GUESTCONTROL_MKDIR, 0 }, { "md", gctrlHandleMkDir, HELP_SCOPE_GUESTCONTROL_MKDIR, 0 }, |
