Changeset 107755 in vbox
- Timestamp:
- Jan 14, 2025 1:10:55 PM (2 months ago)
- svn:sync-xref-src-repo-rev:
- 166867
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r107434 r107755 1661 1661 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, RTGETOPTINIT_FLAGS_OPTS_FIRST); 1662 1662 1663 bool fDstMustBeDir = false;1664 1663 const char *pszDst = NULL; 1665 1664 bool fFollow = false; … … 1693 1692 case 't': 1694 1693 pszDst = ValueUnion.psz; 1695 fDstMustBeDir = true;1696 1694 break; 1697 1695
Note:
See TracChangeset
for help on using the changeset viewer.