diff --git a/java/src/org/broadinstitute/sting/gatk/CommandLineGATK.java b/java/src/org/broadinstitute/sting/gatk/CommandLineGATK.java index db8b1529c..c55ffbc5e 100755 --- a/java/src/org/broadinstitute/sting/gatk/CommandLineGATK.java +++ b/java/src/org/broadinstitute/sting/gatk/CommandLineGATK.java @@ -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; } diff --git a/java/src/org/broadinstitute/sting/utils/cmdLine/CommandLineProgram.java b/java/src/org/broadinstitute/sting/utils/cmdLine/CommandLineProgram.java index 74b0cb0a6..855e53e62 100644 --- a/java/src/org/broadinstitute/sting/utils/cmdLine/CommandLineProgram.java +++ b/java/src/org/broadinstitute/sting/utils/cmdLine/CommandLineProgram.java @@ -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"); } /**