- Timestamp:
- Sep 28, 2021 11:37:43 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 147112
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk
r91416 r91432 101 101 VBoxManageMisc.cpp \ 102 102 VBoxManageModifyVM.cpp \ 103 VBoxManageModifyNvram.cpp \ 103 104 VBoxManageSnapshot.cpp \ 104 105 VBoxManageStorageController.cpp \ -
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r91416 r91432 166 166 { "cloudprofile", USAGE_S_NEWCMD, HELP_CMD_CLOUDPROFILE, handleCloudProfile, 0 }, 167 167 { "cloud", USAGE_S_NEWCMD, HELP_CMD_CLOUD, handleCloud, 0 }, 168 { "updatecheck", USAGE_S_NEWCMD, HELP_CMD_UPDATECHECK, handleUpdateCheck, 0 } 168 { "updatecheck", USAGE_S_NEWCMD, HELP_CMD_UPDATECHECK, handleUpdateCheck, 0 }, 169 { "modifynvram", USAGE_S_NEWCMD, VBMG_CMD_TODO, handleModifyNvram, 0 }, 169 170 }; 170 171 -
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h
r91416 r91432 364 364 RTEXITCODE handleUpdateCheck(HandlerArg *a); 365 365 366 /* VBoxManageModifyNvram.cpp */ 367 RTEXITCODE handleModifyNvram(HandlerArg *a); 368 366 369 #endif /* !VBOX_ONLY_DOCS */ 367 370
Note:
See TracChangeset
for help on using the changeset viewer.