Index: trunk/FACT++/src/root2csv.cc
===================================================================
--- trunk/FACT++/src/root2csv.cc	(revision 19879)
+++ trunk/FACT++/src/root2csv.cc	(revision 19880)
@@ -113,4 +113,6 @@
         "   --add.Area='TMath::TwoPi()*Width*Length'\n"
         "\n"
+        "Details on interpretation can be found in the documentation of TFormula::Analyze\n"
+        "\n"
 #if ROOT_VERSION_CODE < ROOT_VERSION(6,18,00)
         "Note that functions which require two arguments (e.g. atan2) can be used in "
@@ -218,9 +220,7 @@
             return 9;
         }
-        else
-        {
-            if (verbose>0)
-                cerr << "File '" << path << "' will be overwritten." << endl;
-        }
+
+        if (verbose>0)
+            cerr << "File '" << path << "' will be overwritten." << endl;
     }
     return exist ? 0 : -1;
