From 4aaef495c6f6b1ee9a52877aa78ca94f14d80c49 Mon Sep 17 00:00:00 2001 From: Ami Levy-Moonshine Date: Tue, 29 Jan 2013 16:33:12 -0500 Subject: [PATCH] correct the help message --- public/java/src/org/broadinstitute/sting/tools/CatVariants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/java/src/org/broadinstitute/sting/tools/CatVariants.java b/public/java/src/org/broadinstitute/sting/tools/CatVariants.java index 07a90bb11..93246fd6f 100644 --- a/public/java/src/org/broadinstitute/sting/tools/CatVariants.java +++ b/public/java/src/org/broadinstitute/sting/tools/CatVariants.java @@ -51,7 +51,7 @@ import java.util.*; /** * - * Usage: java -cp dist/GenomeAnalysisTK.jar org.broadinstitute.sting.tools.AppendVariants [sorted (optional)]"); + * Usage: java -cp dist/GenomeAnalysisTK.jar org.broadinstitute.sting.tools.CatVariants [sorted (optional)]"); * The input files can be of type: VCF (ends in .vcf or .VCF)"); * BCF2 (ends in .bcf or .BCF)"); * Output file must be vcf or bcf file (.vcf or .bcf)");