reduce noise from FCFGMerge tool
This commit is contained in:
parent
18eb960248
commit
ba5edb1404
1 changed files with 1 additions and 2 deletions
|
@ -56,8 +56,6 @@ public class FCFGMerge
|
|||
|
||||
public static void main(java.lang.String[] sCmdLine)
|
||||
{
|
||||
FCFGMerge.printCopyright();
|
||||
|
||||
// create log object in default mode "WARNINGS"
|
||||
// If a command line parameter indicates another
|
||||
// level - change it!
|
||||
|
@ -77,6 +75,7 @@ public class FCFGMerge
|
|||
// help requested?
|
||||
if (aCfg.isHelp())
|
||||
{
|
||||
FCFGMerge.printCopyright();
|
||||
FCFGMerge.printHelp();
|
||||
System.exit(-1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue