Changeset 55532 in vbox
- Timestamp:
- Apr 29, 2015 6:18:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r52842 r55532 315 315 " [--environment \"<NAME>=<VALUE> [<NAME>=<VALUE>]\"]\n" 316 316 " [--wait-exit] [--wait-stdout] [--wait-stderr]\n" 317 " [--dos2unix] [--un ix2dos]\n"317 " [--dos2unix] [--unquoted-args] [--unix2dos]\n" 318 318 " [-- [<argument1>] ... [<argumentN>]]\n" 319 319 "\n"); … … 1154 1154 { "--timeout", 't', RTGETOPT_REQ_UINT32 }, 1155 1155 { "--unix2dos", GETOPTDEF_EXEC_UNIX2DOS, RTGETOPT_REQ_NOTHING }, 1156 { "--unquoted-args", 'u', RTGETOPT_REQ_NOTHING }, 1156 1157 { "--wait-exit", GETOPTDEF_EXEC_WAITFOREXIT, RTGETOPT_REQ_NOTHING }, 1157 1158 { "--wait-stdout", GETOPTDEF_EXEC_WAITFORSTDOUT, RTGETOPT_REQ_NOTHING }, … … 1226 1227 case 'i': 1227 1228 strCmd = ValueUnion.psz; 1229 break; 1230 1231 case 'u': 1232 aCreateFlags.push_back(ProcessCreateFlag_UnquotedArguments); 1228 1233 break; 1229 1234
Note:
See TracChangeset
for help on using the changeset viewer.

