From 7f5778c966e8511ebfdcbbe403146845f5027051 Mon Sep 17 00:00:00 2001 From: hanna Date: Sun, 20 Sep 2009 23:36:54 +0000 Subject: [PATCH] Update gsadevelopers -> gsahelp. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1663 348d0f76-0448-11de-a6fe-93d51630548a --- java/src/org/broadinstitute/sting/gatk/CommandLineGATK.java | 2 +- .../broadinstitute/sting/utils/cmdLine/CommandLineProgram.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"); } /**