VirtualBox

Changeset 55606 in vbox


Ignore:
Timestamp:
May 2, 2015 8:32:11 PM (9 years ago)
Author:
vboxsync
Message:

VBoxManageGuestCtrl.cpp: Removed the 'cp' command alias (for 'copyto') as its copy direction is ambiguous (there is 'copyfrom' as well).

File:
1 edited

Legend:

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

    r55605 r55606  
    355355    if (uSubCmd & USAGE_GSTCTRL_COPYTO)
    356356        RTStrmPrintf(pStrm,
    357                  "                              copyto|cp\n" COMMON_OPTION_HELP
     357                 "                              copyto\n" COMMON_OPTION_HELP
    358358                 "                              [--dryrun] [--follow] [--recursive]\n"
    359359                 "                              <host source> <guest dest> "
     
    41974197        { "copyfrom",           gctlHandleCopyFrom,         USAGE_GSTCTRL_COPYFROM,  0, },
    41984198        { "copyto",             gctlHandleCopyTo,           USAGE_GSTCTRL_COPYTO,    0, },
    4199         { "cp",                 gctlHandleCopyTo,           USAGE_GSTCTRL_COPYTO,    0, },
    42004199
    42014200        { "mkdir",              handleCtrtMkDir,            USAGE_GSTCTRL_MKDIR,     0, },
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette