VirtualBox

Changeset 34858 in vbox for trunk/src


Ignore:
Timestamp:
Dec 9, 2010 9:41:43 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
68671
Message:

GuestControl/VBoxManage: Removed not used arguments, updated syntax diagram.

File:
1 edited

Legend:

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

    r34831 r34858  
    9393                 "                            <source on host> <destination on guest>\n"
    9494                 "                            --username <name> --password <password>\n"
    95                  "                            [--dryrun] [--recursive] [--verbose] [--flags <flags>]\n"
     95                 "                            [--dryrun] [--follow] [--recursive] [--update] [--verbose]\n"
    9696                 "\n"
    9797                 "                            createdir[ectory]|mkdir|md <vmname>|<uuid>\n"
    9898                 "                            <directory to create on guest>\n"
    9999                 "                            --username <name> --password <password>\n"
    100                  "                            [--parents] [--mode <mode>]\n"
     100                 "                            [--parents] [--mode <mode>] [--verbose]\n"
    101101                 "\n"
    102102                 "                            updateadditions <vmname>|<uuid>\n"
     
    10091009    {
    10101010        { "--dryrun",              'd',         RTGETOPT_REQ_NOTHING },
    1011         //{ "--flags",               'f',         RTGETOPT_REQ_STRING  },
    10121011        { "--follow",              'F',         RTGETOPT_REQ_NOTHING },
    10131012        { "--password",            'p',         RTGETOPT_REQ_STRING  },
     
    10451044                break;
    10461045
    1047             case 'f': /* Flags */
    1048                 /* Nothing to do here yet. */
    1049                 break;
    1050 
    10511046            case 'F': /* Follow symlinks */
    10521047                uFlags |= CopyFileFlag_FollowLinks;
     
    12061201    static const RTGETOPTDEF s_aOptions[] =
    12071202    {
    1208         //{ "--flags",               'f',         RTGETOPT_REQ_STRING  },
    12091203        { "--mode",                'm',         RTGETOPT_REQ_UINT32  },
    12101204        { "--parents",             'P',         RTGETOPT_REQ_NOTHING },
     
    12371231        switch (ch)
    12381232        {
    1239             case 'f': /* Flags */
    1240                 /* Nothing to do here yet. */
    1241                 break;
    1242 
    12431233            case 'm': /* Mode */
    12441234                uMode = ValueUnion.u32;
Note: See TracChangeset for help on using the changeset viewer.

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