Changeset 34709 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Dec 3, 2010 5:38:01 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68511
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r34660 r34709 349 349 case 'f': /* Flags */ 350 350 /** @todo Needs a bit better processing as soon as we have more flags. */ 351 /** @todo Add a hidden flag. */ 351 352 if (!RTStrICmp(ValueUnion.psz, "ignoreorphanedprocesses")) 352 353 uFlags |= ExecuteProcessFlag_IgnoreOrphanedProcesses;
Note:
See TracChangeset
for help on using the changeset viewer.