Update gsadevelopers -> gsahelp.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1663 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2009-09-20 23:36:54 +00:00
parent 3a487dd64e
commit 7f5778c966
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ public class CommandLineGATK extends CommandLineExecutable {
header.add("The Genome Analysis Toolkit (GATK)");
header.add("Copyright (c) 2009 The Broad Institute");
header.add("Please view our documentation at http://www.broadinstitute.org/gsa/wiki");
header.add("For support, email gsadevelopers@broadinstitute.org");
header.add("For support, email gsahelp@broadinstitute.org");
header.add("");
return header;
}

View File

@ -339,7 +339,7 @@ public abstract class CommandLineProgram {
private static void printExitSystemMsg(final String msg) {
System.out.printf("------------------------------------------------------------------------------------------%n");
System.out.printf("An error has occurred. Please check your command line arguments for any typos or inconsistencies.%n%n");
System.out.printf("For assistance, please email us at gsadevelopers@broad.mit.edu, or review our documentation at http://www.broadinstitute.org/gsa/wiki.%n");
System.out.printf("For assistance, please email us at gsahelp@broad.mit.edu, or review our documentation at http://www.broadinstitute.org/gsa/wiki.%n");
}
/**