- Timestamp:
- Dec 9, 2010 10:02:15 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r34858 r34861 93 93 " <source on host> <destination on guest>\n" 94 94 " --username <name> --password <password>\n" 95 " [--dryrun] [--follow] [--recursive] [-- update] [--verbose]\n"95 " [--dryrun] [--follow] [--recursive] [--verbose]\n" 96 96 "\n" 97 97 " createdir[ectory]|mkdir|md <vmname>|<uuid>\n" … … 1012 1012 { "--password", 'p', RTGETOPT_REQ_STRING }, 1013 1013 { "--recursive", 'R', RTGETOPT_REQ_NOTHING }, 1014 { "--update", 'U', RTGETOPT_REQ_NOTHING },1015 1014 { "--username", 'u', RTGETOPT_REQ_STRING }, 1016 1015 { "--verbose", 'v', RTGETOPT_REQ_NOTHING } … … 1056 1055 break; 1057 1056 1058 case 'U': /* Only update newer files */1059 uFlags |= CopyFileFlag_Update;1060 break;1061 1062 1057 case 'u': /* User name */ 1063 1058 Utf8UserName = ValueUnion.psz;
Note:
See TracChangeset
for help on using the changeset viewer.