Index: trunk/MagicSoft/Mars/showplot.cc
===================================================================
--- trunk/MagicSoft/Mars/showplot.cc	(revision 9576)
+++ trunk/MagicSoft/Mars/showplot.cc	(revision 9580)
@@ -41,5 +41,4 @@
     gLog << " Options: "<< endl;
     gLog.Usage();
-    gLog << "   -q                        Quit when job is finished" << endl;
     gLog << endl;
     gLog << " General Output Options: "<< endl;
@@ -92,5 +91,5 @@
     gLog << " showplot -b --print --print-cmd='cat %f' filename.root > filename.ps" << endl;
     gLog << " showplot -b --save-as-ps filename.root" << endl;
-    gLog << " showplot -q --save-as-gif=tab5.gif --tab=5 filename.root" << endl;
+    gLog << " showplot -b --save-as-gif=tab5.gif --tab=5 filename.root" << endl;
     gLog << " showplot -b --save-as-ps --print=lp2 filename.root" << endl;
     gLog << endl;
@@ -164,5 +163,4 @@
     }
 
-    const Bool_t kQuit       = arg.HasOnlyAndRemove("-q");
     const Bool_t kBatch      = arg.HasOnlyAndRemove("-b");
     const Bool_t kRoot       = arg.HasOnlyAndRemove("-r");
@@ -308,5 +306,5 @@
     gLog << endl;
 
-    if (kBatch || kQuit || (arg.GetNumArguments()>0 && d->GetNumTabs()==0))
+    if (kBatch || (arg.GetNumArguments()>0 && d->GetNumTabs()==0))
     {
         delete d;
