VirtualBox

Changeset 55532 in vbox


Ignore:
Timestamp:
Apr 29, 2015 6:18:19 PM (9 years ago)
Author:
vboxsync
Message:
VBoxManage -execute: Added --unquoted-argsu option exposing the ProcessCreateFlag_UnquotedArguments.
File:
1 edited

Legend:

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

    r52842 r55532  
    315315                 "                              [--environment \"<NAME>=<VALUE> [<NAME>=<VALUE>]\"]\n"
    316316                 "                              [--wait-exit] [--wait-stdout] [--wait-stderr]\n"
    317                  "                              [--dos2unix] [--unix2dos]\n"
     317                 "                              [--dos2unix] [--unquoted-args] [--unix2dos]\n"
    318318                 "                              [-- [<argument1>] ... [<argumentN>]]\n"
    319319                 "\n");
     
    11541154        { "--timeout",                      't',                                      RTGETOPT_REQ_UINT32  },
    11551155        { "--unix2dos",                     GETOPTDEF_EXEC_UNIX2DOS,                  RTGETOPT_REQ_NOTHING },
     1156        { "--unquoted-args",                'u',                                      RTGETOPT_REQ_NOTHING },
    11561157        { "--wait-exit",                    GETOPTDEF_EXEC_WAITFOREXIT,               RTGETOPT_REQ_NOTHING },
    11571158        { "--wait-stdout",                  GETOPTDEF_EXEC_WAITFORSTDOUT,             RTGETOPT_REQ_NOTHING },
     
    12261227                case 'i':
    12271228                    strCmd = ValueUnion.psz;
     1229                    break;
     1230
     1231                case 'u':
     1232                    aCreateFlags.push_back(ProcessCreateFlag_UnquotedArguments);
    12281233                    break;
    12291234
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