- Timestamp:
- Dec 6, 2023, 3:05:38 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncmain.cpp
r10275 r10280 73 73 Sleep(2000); 74 74 #endif 75 ::exit( 99);75 ::exit(0); 76 76 } 77 77 … … 364 364 if (QRegExp("--?help").exactMatch(argv[ii])) { 365 365 cout << printHelp.data(); 366 exit( 1);366 exit(0); 367 367 } 368 368 if (QRegExp("--?nw").exactMatch(argv[ii])) { … … 371 371 if (QRegExp("--?version").exactMatch(argv[ii])) { 372 372 cout << BNCPGMNAME << endl; 373 exit( 2);373 exit(0); 374 374 } 375 375 if (QRegExp("--?display").exactMatch(argv[ii])) {
Note:
See TracChangeset
for help on using the changeset viewer.