Changeset 10280 in ntrip for trunk/BNC/src/bncmain.cpp


Ignore:
Timestamp:
Dec 6, 2023, 3:05:38 PM (5 months ago)
Author:
stuerze
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncmain.cpp

    r10275 r10280  
    7373  Sleep(2000);
    7474#endif
    75   ::exit(99);
     75  ::exit(0);
    7676}
    7777
     
    364364    if (QRegExp("--?help").exactMatch(argv[ii])) {
    365365      cout << printHelp.data();
    366       exit(1);
     366      exit(0);
    367367    }
    368368    if (QRegExp("--?nw").exactMatch(argv[ii])) {
     
    371371    if (QRegExp("--?version").exactMatch(argv[ii])) {
    372372      cout << BNCPGMNAME << endl;
    373       exit(2);
     373      exit(0);
    374374    }
    375375    if (QRegExp("--?display").exactMatch(argv[ii])) {
Note: See TracChangeset for help on using the changeset viewer.