Index: trunk/MagicSoft/Mars/sponde.cc
===================================================================
--- trunk/MagicSoft/Mars/sponde.cc	(revision 8680)
+++ trunk/MagicSoft/Mars/sponde.cc	(revision 8681)
@@ -50,9 +50,6 @@
     gLog << "   -b                        Batch mode (no graphical output to screen)" << endl<<endl;
     gLog << " Operation Mode:" << endl;
-    gLog << "   --refill                  Refill the excess histogram from result file" << endl;
-    gLog << "                             (usefull to change the binning)" << endl;
-//    gLog << "   --accurate                Fill original energy/theta distribution from data" << endl;
-//    gLog << "                             (do not weight the histogram)" << endl;
-    gLog << "   --raw-mc                  Use the mc sample as it is" << endl << endl;
+    gLog << "   --force-theta             Force execution even with non-fitting theta distributions." << endl;
+    gLog << endl;
     gLog << " Options:" << endl;
     gLog.Usage();
@@ -68,5 +65,4 @@
     gLog << "   --print-files             Print Files taken from Sequences ('+' found, '-' missing)" << endl;
     gLog << "   --config=sponde.rc        Resource file [default=sponde.rc]" << endl;
-    gLog << "   --force-theta             Force execution even with non-fitting theta distributions." << endl;
     gLog << endl;
     gLog << "   --version, -V             Show startup message with version number" << endl;
@@ -121,8 +117,5 @@
     const Bool_t  kOverwrite     =  arg.HasOnlyAndRemove("-f");
 
-    const Bool_t  kRefill        =  arg.HasOnlyAndRemove("--refill");
-//    const Bool_t  kSimple        = !arg.HasOnlyAndRemove("--accurate");
     const Bool_t  kForceTheta    =  arg.HasOnlyAndRemove("--force-theta");
-    const Bool_t  kRawMc         =  arg.HasOnlyAndRemove("--raw-mc");
 
     if (arg.GetNumOptions()>0)
@@ -226,7 +219,4 @@
 
     job.ForceTheta(kForceTheta);
-    job.EnableRefilling(kRefill);
-//    job.EnableSimpleMode(kSimple);
-    job.EnableRawMc(kRawMc);
 
     if (!job.Process(seq))
