Kaydet (Commit) ba5edb14 authored tarafından Marcel Metz's avatar Marcel Metz Kaydeden (comit) Norbert Thiebaud

reduce noise from FCFGMerge tool

üst 18eb9602
...@@ -56,8 +56,6 @@ public class FCFGMerge ...@@ -56,8 +56,6 @@ public class FCFGMerge
public static void main(java.lang.String[] sCmdLine) public static void main(java.lang.String[] sCmdLine)
{ {
FCFGMerge.printCopyright();
// create log object in default mode "WARNINGS" // create log object in default mode "WARNINGS"
// If a command line parameter indicates another // If a command line parameter indicates another
// level - change it! // level - change it!
...@@ -77,6 +75,7 @@ public class FCFGMerge ...@@ -77,6 +75,7 @@ public class FCFGMerge
// help requested? // help requested?
if (aCfg.isHelp()) if (aCfg.isHelp())
{ {
FCFGMerge.printCopyright();
FCFGMerge.printHelp(); FCFGMerge.printHelp();
System.exit(-1); System.exit(-1);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment