Fix typo and tell people not to post user errors
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4415 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
490e5e1b0f
commit
d8db48204e
|
|
@ -388,8 +388,9 @@ public abstract class CommandLineProgram {
|
|||
errorPrintf("------------------------------------------------------------------------------------------%n");
|
||||
errorPrintf("A USER ERROR has occurred (version %s): %n", CommandLineGATK.getVersionNumber());
|
||||
errorPrintf("The invalid arguments or inputs must be corrected before the GATK can proceed%n");
|
||||
errorPrintf("Please do not post this error to the GATK forum%n");
|
||||
errorPrintf("%n");
|
||||
errorPrintf("See the documentation (rerun with -h) for this tool to view allowable command-line argument.%n");
|
||||
errorPrintf("See the documentation (rerun with -h) for this tool to view allowable command-line arguments.%n");
|
||||
printDocumentationReference();
|
||||
errorPrintf("%n");
|
||||
errorPrintf("MESSAGE: %s%n", e.getMessage().trim());
|
||||
|
|
|
|||
Loading…
Reference in New Issue