From d8db48204eca219b872a53a8625d0fed29fb021a Mon Sep 17 00:00:00 2001 From: ebanks Date: Sun, 3 Oct 2010 18:58:03 +0000 Subject: [PATCH] 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 --- .../broadinstitute/sting/commandline/CommandLineProgram.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java/src/org/broadinstitute/sting/commandline/CommandLineProgram.java b/java/src/org/broadinstitute/sting/commandline/CommandLineProgram.java index 6f3a88424..74bb7bc8d 100644 --- a/java/src/org/broadinstitute/sting/commandline/CommandLineProgram.java +++ b/java/src/org/broadinstitute/sting/commandline/CommandLineProgram.java @@ -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());