- Timestamp:
- Oct 2, 2020 9:33:45 PM (4 years ago)
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r85778 r86434 430 430 return 0; 431 431 } 432 if (!strcmp(argv[i], "--dump-build-type")) 433 { 434 /* Print the build type, and do nothing else. (Used by ValKit to detect build type.) */ 435 RTPrintf("%s\n", RTBldCfgType()); 436 return 0; 437 } 432 438 #endif 433 439 -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r85929 r86434 448 448 RTStrmPrintf(pStrm, 449 449 " VBoxManage [<general option>] <command>\n" 450 " \n \n" 451 "General Options:\n \n" 452 " [-v|--version] print version number and exit\n" 450 "\n" 451 "\n" 452 "General Options:\n" 453 "\n" 454 " [-V|--version] print version number and exit\n" 455 " [--dump-build-type] print build type and exit\n" 453 456 " [-q|--nologo] suppress the logo\n" 454 457 " [--settingspw <pw>] provide the settings password\n" 455 458 " [--settingspwfile <file>] provide a file containing the settings password\n" 456 459 " [@<response-file>] load arguments from the given response file (bourne style)\n" 457 " \n \n" 458 "Commands:\n \n"); 460 "\n 461 "\n" 462 "Commands:\n" 463 "\n"); 459 464 460 465 const char *pcszSep1 = " ";
Note:
See TracChangeset
for help on using the changeset viewer.