Index: trunk/BNC/src/bncmain.cpp
===================================================================
--- trunk/BNC/src/bncmain.cpp	(revision 7476)
+++ trunk/BNC/src/bncmain.cpp	(revision 7477)
@@ -121,15 +121,15 @@
       "RINEX Editing and QC Panel keys:\n"
       "           reqcAction            <Action, Edit/Concatenate|Analyze>\n"
-      "           reqcObsFile           <Input observations file(s) as comma separated list> \n"
-      "           reqcNavFile           <Input navigation file(s) as comma separated list>\n"
+      "           reqcObsFile           <Input observations file(s), comma separated list> \n"
+      "           reqcNavFile           <Input navigation file(s), comma separated list>\n"
       "           reqcOutObsFile        <Output observations file>\n"
       "           reqcOutNavFile        <Output navigation file>\n"
       "           reqcOutLogFile        <Output logfile>\n"
       "           reqcLogSummaryOnly    <Only summary output logfile, 0=no, 2=yes>\n"
-      "           reqcSkyPlotSignals    <Plots for signals list>\n"
+      "           reqcSkyPlotSignals    <Observation signals, separated by blank character>\n"
       "           reqcPlotDir           <QC plots directory>\n"
       "           reqcRnxVersion        <RINEX version, 2|3>\n"
       "           reqcSampling          <RINEX sampling [sec]>\n"
-      "           reqcV2Priority        <Version 2 signal priority list>\n"
+      "           reqcV2Priority        <Version 2 signal priorities, separated by blank character>\n"
       "           reqcStartDateTime     <Start time>\n"
       "           reqcEndDateTime       <Stop time>\n"
@@ -155,6 +155,6 @@
       "\n"
       "SP3 Comparison Panel keys:\n"
-      "           sp3CompFile       <SP3 input files, full path>\n"
-      "           sp3CompExclude    <Satellite exclusion list>\n"
+      "           sp3CompFile       <SP3 input files, full path, comma separated list>\n"
+      "           sp3CompExclude    <Satellite exclusion list, comma separated>\n"
       "           sp3CompOutLogFile <Output logfile>\n"
       "\n"
@@ -206,9 +206,9 @@
       "           PPP/antexFile   <ANTEX file>\n"
       "           PPP/nmeaFile    <NMEA output file>\n"
-      "           PPP/snxtroFile  <SINEX troposphere output filename>\n"
+      "           PPP/snxtroFile  <SINEX troposphere output file>\n"
       "           PPP/snxtroSampl <SINEX troposphere sampling rate [sec]>\n"
       "\n"
       "PPP Client Panel 2 keys:\n"
-      "           PPP/staTable <Stations table as semicolon separated list>\n"
+      "           PPP/staTable <Stations table, semicolon separated list>\n"
       "\n"
       "PPP Client Panel 3 keys:\n"
@@ -238,5 +238,5 @@
       "\n"
       "Combine Corrections Panel keys:\n"
-      "           cmbStreams      <Correction streams as semicolon separated list>\n"
+      "           cmbStreams      <Correction streams, semicolon separated list>\n"
       "           cmbMethodFilter <Approach, Single-Epoch|Filter\n"
       "           cmbMaxres       <Clock outlier threshold [m]\n"
@@ -276,9 +276,13 @@
       "\n"
       "Add Stream keys:\n"
-      "           mountPoints  <Mountpoints as semicolon separated list> \n"
+      "           mountPoints  <Mountpoints, semicolon separated list>\n"
       "           ntripVersion <Ntrip Version, 1|2|2s|R|U>\n"
       "           casterUrlList <Visited URLs>\n"
       "\n"
-      "Examples:\n"
+      "Note:\n"
+      "Configuration options which contain one or more blank characters"
+      " must be enclosed by quotation marks when specified on the command line.\n"
+      "\n"
+      "Examples command lines:\n"
       "(1) /home/weber/bin/bnc\n"
       "(2) /Applications/bnc.app/Contents/MacOS/bnc\n"
@@ -287,5 +291,10 @@
       "(5) bnc --conf /dev/null --key startTab 4 --key reqcAction Edit/Concatenate"
       " --key reqcObsFile AGAR.15O --key reqcOutObsFile AGAR_X.15O"
-      " --key reqcRnxVersion 2 --key reqcSampling 30 --key reqcV2Priority CWPX_?\n";
+      " --key reqcRnxVersion 2 --key reqcSampling 30 --key reqcV2Priority CWPX_?\n"
+      "(6) bnc --key mountPoints \"//user:pass@mgex.igs-ip.net:2101/CUT07 RTCM_3.0 ETH 9.03 38.74 no 2;"
+      "//user:pass@www.igs-ip.net:2101/FFMJ1 RTCM_3.1 DEU 50.09 8.66 no 2\"\n"
+      "(7) bnc --key cmbStreams \"CLK11 BLG 1.0;CLK93 CNES 1.0\"\n"
+      "(8) bnc --key PPP/staTable \"FFMJ1,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7777;"
+      "CUT07,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7778\"\n";
 
   for (int ii = 1; ii < argc; ii++) {
