Changeset 24864 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Nov 23, 2009 12:20:41 PM (15 years ago)
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r24858 r24864 237 237 " [--usbehci on|off]\n" 238 238 " [--snapshotfolder default|<path>]\n" 239 " [--teleporter enabledon|off]\n"239 " [--teleporter on|off]\n" 240 240 " [--teleporterport <port>]\n" 241 241 " [--teleporteraddress <address|empty>\n" -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp
r24863 r24864 204 204 { "--usb", MODIFYVM_USB, RTGETOPT_REQ_BOOL_ONOFF }, 205 205 { "--snapshotfolder", MODIFYVM_SNAPSHOTFOLDER, RTGETOPT_REQ_STRING }, 206 { "--teleporterenabled", MODIFYVM_TELEPORTER_ENABLED, RTGETOPT_REQ_BOOL_ONOFF }, 206 { "--teleporter", MODIFYVM_TELEPORTER_ENABLED, RTGETOPT_REQ_BOOL_ONOFF }, 207 { "--teleporterenabled", MODIFYVM_TELEPORTER_ENABLED, RTGETOPT_REQ_BOOL_ONOFF }, /* deprecated */ 207 208 { "--teleporterport", MODIFYVM_TELEPORTER_PORT, RTGETOPT_REQ_UINT32 }, 208 209 { "--teleporteraddress", MODIFYVM_TELEPORTER_ADDRESS, RTGETOPT_REQ_STRING },
Note:
See TracChangeset
for help on using the changeset viewer.