From 3d3f61f4545aab4a5bc8ca9170bd4dc9ff68ad81 Mon Sep 17 00:00:00 2001 From: Derek Date: Thu, 22 Jul 2010 23:10:54 -0400 Subject: [PATCH] Reworded bamtools stats general help description --- bamtools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bamtools.cpp b/bamtools.cpp index 3b5c458..f75b93d 100644 --- a/bamtools.cpp +++ b/bamtools.cpp @@ -86,7 +86,7 @@ int Help(int argc, char* argv[]) { cerr << "\tmerge Merge multiple BAM files into single file" << endl; cerr << "\trandom Grab a random subset of alignments" << endl; cerr << "\tsort Sorts the BAM file according to some criteria" << endl; - cerr << "\tstats Prints some basic statistics from the input BAM file" << endl; + cerr << "\tstats Prints general alignment statistics" << endl; cerr << endl; cerr << "See 'bamtools help COMMAND' for more information on a specific command." << endl; cerr << endl; -- 2.39.2