Index: /trunk/BNC/src/bncmain.cpp
===================================================================
--- /trunk/BNC/src/bncmain.cpp	(revision 8866)
+++ /trunk/BNC/src/bncmain.cpp	(revision 8867)
@@ -225,5 +225,5 @@
       "   PPP/lcBDS        {Select observations from BDS code or phase data [character string: no|Pi|Li|Pi&Li]}\n"
       "   PPP/modelObs     {select observation model [character string: Ionosphere-free PPP|Uncombined PPP|DCM with Code Biases|DCM with Phase Biases]}\n"
-      "   PPP/psedoObs     {select if pesudo obaservations shall be added [character string: no|Ionosphere|Troposphere | Ionosphere&Troposphere]}\n"
+      "   PPP/psedoObs     {select if pesudo obaservations shall be added [character string: no|Ionosphere]}\n"
       "   PPP/sigmaC1      {Sigma for code observations in meters [floating-point number]}\n"
       "   PPP/sigmaL1      {Sigma for phase observations in meters [floating-point number]}\n"
@@ -325,5 +325,5 @@
     }
     if (QRegExp("--?nw").exactMatch(argv[ii])) {
-      strcpy(argv[ii], "--nw -platform offscreen");
+      //strcpy(argv[ii], "--nw -platform offscreen");
       interactive = false;
     }
