VirtualBox

Changeset 34861 in vbox for trunk/src


Ignore:
Timestamp:
Dec 9, 2010 10:02:15 AM (14 years ago)
Author:
vboxsync
Message:

GuestControl/VBoxManage: Removed not used arguments.

File:
1 edited

Legend:

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

    r34858 r34861  
    9393                 "                            <source on host> <destination on guest>\n"
    9494                 "                            --username <name> --password <password>\n"
    95                  "                            [--dryrun] [--follow] [--recursive] [--update] [--verbose]\n"
     95                 "                            [--dryrun] [--follow] [--recursive] [--verbose]\n"
    9696                 "\n"
    9797                 "                            createdir[ectory]|mkdir|md <vmname>|<uuid>\n"
     
    10121012        { "--password",            'p',         RTGETOPT_REQ_STRING  },
    10131013        { "--recursive",           'R',         RTGETOPT_REQ_NOTHING },
    1014         { "--update",              'U',         RTGETOPT_REQ_NOTHING },
    10151014        { "--username",            'u',         RTGETOPT_REQ_STRING  },
    10161015        { "--verbose",             'v',         RTGETOPT_REQ_NOTHING }
     
    10561055                break;
    10571056
    1058             case 'U': /* Only update newer files */
    1059                 uFlags |= CopyFileFlag_Update;
    1060                 break;
    1061 
    10621057            case 'u': /* User name */
    10631058                Utf8UserName = ValueUnion.psz;
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