Index: /trunk/MagicSoft/Mars/callisto.cc
===================================================================
--- /trunk/MagicSoft/Mars/callisto.cc	(revision 4733)
+++ /trunk/MagicSoft/Mars/callisto.cc	(revision 4734)
@@ -27,8 +27,8 @@
     //       12345678901234567890123456789012345678901234567890
     gLog << "========================================================" << endl;
-    gLog << "                 Callisto - MARS V" << MARSVER         << endl;
-    gLog << "    MARS -- CALibrate LIght Signals and Time Offsets"  << endl;
-    gLog << "               Compiled on <" << __DATE__ << ">"       << endl;
-    gLog << "                  Using ROOT v" << ROOTVER             << endl;
+    gLog << "                 Callisto - MARS V" << MARSVER            << endl;
+    gLog << "    MARS -- CALibrate LIght Signals and Time Offsets"     << endl;
+    gLog << "               Compiled on <" << __DATE__ << ">"          << endl;
+    gLog << "                  Using ROOT v" << ROOTVER                << endl;
     gLog << "========================================================" << endl;
     gLog << endl;
@@ -83,5 +83,7 @@
     gLog << " contants. These constants are stored in a so called calibration-file" << endl;
     gLog << " together with some datacheck plots  which can be viewed using either" << endl;
-    gLog << " showplot or MStatusDisplay in the interpreter." << endl;
+    gLog << " showplot or MStatusDisplay in the interpreter." << endl << endl;
+    gLog << "Example:" << endl;
+    gLog << " callisto -f --outc=mycal/ --outy=mysignal/ --log sequence02345.txt" << endl;
     gLog << endl;
 }
