From 7c5a3836dba31b393ee99e9d0ae7ac2ebf3828e3 Mon Sep 17 00:00:00 2001 From: ebanks Date: Sun, 25 Jul 2010 04:00:47 +0000 Subject: [PATCH] Trivial changes git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3875 348d0f76-0448-11de-a6fe-93d51630548a --- .../broadinstitute/sting/commandline/CommandLineProgram.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/src/org/broadinstitute/sting/commandline/CommandLineProgram.java b/java/src/org/broadinstitute/sting/commandline/CommandLineProgram.java index 2b7cf3065..2d6c710ca 100644 --- a/java/src/org/broadinstitute/sting/commandline/CommandLineProgram.java +++ b/java/src/org/broadinstitute/sting/commandline/CommandLineProgram.java @@ -327,9 +327,9 @@ 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("Also please review our documentation at:%n"); + System.out.printf("Also, please review our documentation at:%n"); System.out.printf(" http://www.broadinstitute.org/gsa/wiki %n%n"); - System.out.printf("To report bugs or to get help resolving undocumented issues, please contact us via our support site at%n"); + System.out.printf("To report bugs or to get help resolving undocumented issues, please contact us via our support site at:%n"); System.out.printf(" http://getsatisfaction.com/gsa %n%n"); System.out.printf("Please be sure to include the stack trace below when posting a message on the support site:%n"); }