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:
parent
3a487dd64e
commit
7f5778c966
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue