Changeset 37634 in vbox for trunk/src/VBox
- Timestamp:
- Jun 24, 2011 2:26:52 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72483
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r37633 r37634 193 193 * stuff, e.g. "VBoxManage guestcontrol execute <VMName> --username <> ... -- /bin/rm -Rf /foo". */ 194 194 "\n" 195 #if 0 195 196 " copyfrom\n" 196 197 " <source on guest> <destination on host>\n" … … 198 199 " [--dryrun] [--follow] [--recursive] [--verbose]\n" 199 200 "\n" 201 #endif 200 202 " copyto|cp\n" 201 203 " <source on host> <destination on guest>\n" … … 1770 1772 rcExit = handleCtrlExecProgram(guest, &arg); 1771 1773 } 1774 #if 0 1772 1775 else if (!strcmp(pArg->argv[1], "copyfrom")) 1773 1776 { … … 1775 1778 false /* Guest to host */); 1776 1779 } 1780 #endif 1777 1781 else if ( !strcmp(pArg->argv[1], "copyto") 1778 1782 || !strcmp(pArg->argv[1], "cp"))
Note:
See TracChangeset
for help on using the changeset viewer.