From fa3589e5c5b2f7f49270337c7fea6b6562146bfa Mon Sep 17 00:00:00 2001 From: hanna Date: Wed, 27 Jan 2010 19:16:28 +0000 Subject: [PATCH] Update our error messages to point to getsatisfaction.com/gsa. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2706 348d0f76-0448-11de-a6fe-93d51630548a --- java/src/org/broadinstitute/sting/gatk/CommandLineGATK.java | 2 +- .../sting/utils/cmdLine/CommandLineProgram.java | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/java/src/org/broadinstitute/sting/gatk/CommandLineGATK.java b/java/src/org/broadinstitute/sting/gatk/CommandLineGATK.java index ecb9c719d..f535fe0d1 100755 --- a/java/src/org/broadinstitute/sting/gatk/CommandLineGATK.java +++ b/java/src/org/broadinstitute/sting/gatk/CommandLineGATK.java @@ -108,7 +108,7 @@ public class CommandLineGATK extends CommandLineExecutable { header.add(String.format("The Genome Analysis Toolkit (GATK) v%s, Compiled %s",versionNumber,timestamp)); 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 gsahelp@broadinstitute.org"); + header.add("For support, please view our support site at http://getsatisfaction.com/gsa"); 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 d3b885253..fb568a5a9 100644 --- a/java/src/org/broadinstitute/sting/utils/cmdLine/CommandLineProgram.java +++ b/java/src/org/broadinstitute/sting/utils/cmdLine/CommandLineProgram.java @@ -320,9 +320,8 @@ public abstract class CommandLineProgram { System.out.printf("The following error has occurred:%n%n"); System.out.printf("%s:%n%n", msg); System.out.printf("Please check your command line arguments for any typos or inconsistencies.%n"); - System.out.printf("Help for dealing with common GATK error messages can be found at http://www.broadinstitute.org/gsa/wiki/index.php/GATK_Error_Messages%n"); - System.out.printf(" Or see our general docs documentation at http://www.broadinstitute.org/gsa/wiki%n"); - System.out.printf("Please email us at gsahelp@broad.mit.edu to report bugs or with help resolving undocumented issues%n"); + System.out.printf("Please review our general documentation at http://www.broadinstitute.org/gsa/wiki or contact us via our%n"); + System.out.printf("support site at http://getsatisfaction.com/gsa to report bugs or get help resolving undocumented issues%n"); } /**