Changeset 16735 in vbox
- Timestamp:
- Feb 13, 2009 10:39:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r16530 r16735 272 272 RTPrintf("VBoxManage [-v|-version] print version number and exit\n" 273 273 "VBoxManage -nologo ... suppress the logo\n" 274 "\n"275 "VBoxManage -convertSettings ... allow to auto-convert settings files\n"276 "VBoxManage -convertSettingsBackup ... allow to auto-convert settings files\n"277 " but create backup copies before\n"278 "VBoxManage -convertSettingsIgnore ... allow to auto-convert settings files\n"279 " but don't explicitly save the results\n"280 274 "\n"); 281 275 } … … 291 285 if (u64Cmd & USAGE_SHOWVMINFO) 292 286 { 293 RTPrintf("VBoxManage showvminfo <uuid>|<name>\n" 294 " [-details]\n" 295 " [-statistics]\n" 287 RTPrintf("VBoxManage showvminfo <uuid>|<name> [-details] [-statistics]\n" 296 288 " [-machinereadable]\n" 297 289 "\n"); … … 306 298 if (u64Cmd & USAGE_UNREGISTERVM) 307 299 { 308 RTPrintf("VBoxManage unregistervm <uuid>|<name>\n" 309 " [-delete]\n" 300 RTPrintf("VBoxManage unregistervm <uuid>|<name> [-delete]\n" 310 301 "\n"); 311 302 }
Note:
See TracChangeset
for help on using the changeset viewer.