Changeset 85688 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Aug 11, 2020 12:37:34 PM (4 years ago)
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp
r85683 r85688 858 858 systemProperties->COMGETTER(VBoxUpdateLastCheckDate)(str.asOutParam()); 859 859 RTPrintf("Last check date: %ls\n", str.raw()); 860 860 861 861 return S_OK; 862 862 } -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageUpdateCheck.cpp
r85685 r85688 48 48 RTGETOPTSTATE GetState; 49 49 /** @todo r=brent decide on the best approach for options to specify here */ 50 static const RTGETOPTDEF s_aOptions[] = 50 static const RTGETOPTDEF s_aOptions[] = 51 51 { 52 52 { "--verbose", 'v', RTGETOPT_REQ_NOTHING } … … 272 272 return RTEXITCODE_FAILURE; 273 273 } 274 274 275 275 /* HRESULT hrc = */ showProgress(progress); 276 276 CHECK_PROGRESS_ERROR_RET(progress, ("Check for update failed."), RTEXITCODE_FAILURE); … … 314 314 // VBoxManage updatecheck getsettings 315 315 return doVBoxUpdateGetSettings(a->argc - 1, &a->argv[1], a->virtualBox); 316 } 316 } 317 317 else if (!strcmp(a->argv[0], "modifysettings")) 318 318 {
Note:
See TracChangeset
for help on using the changeset viewer.