Changeset 18783 in vbox for trunk/src/VBox
- Timestamp:
- Apr 6, 2009 3:59:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r18782 r18783 212 212 static const RTGETOPTDEF g_aUnregisterVMOptions[] = 213 213 { 214 { "--delete", 'd', RTGETOPT_REQ_ STRING },215 { "-delete", 'd', RTGETOPT_REQ_ STRING },// deprecated214 { "--delete", 'd', RTGETOPT_REQ_NOTHING }, 215 { "-delete", 'd', RTGETOPT_REQ_NOTHING }, // deprecated 216 216 }; 217 217
Note:
See TracChangeset
for help on using the changeset viewer.