X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bamtools.cpp;h=6a4343828aa14e8ac1ea7ae894d604550ab0b207;hb=81bbce8a213e07867470b8b01d5b2fae0e1cb668;hp=d80d96047e94917970cd586952bbfb780ed203b4;hpb=aa45b408b8ce3f760f4bb5b79a9fad648c245437;p=bamtools.git diff --git a/bamtools.cpp b/bamtools.cpp index d80d960..6a43438 100644 --- a/bamtools.cpp +++ b/bamtools.cpp @@ -65,14 +65,14 @@ int Help(int argc, char* argv[]) { cerr << "usage: bamtools [--help] COMMAND [ARGS]" << endl; cerr << endl; cerr << "Available bamtools commands:" << endl; - cerr << "\tcoverage\tPrints coverage statistics from the input BAM file" << endl; - cerr << "\tdump\t\tDump BAM file contents to text output" << endl; // keep? - cerr << "\theader\t\tPrints BAM header information" << endl; - cerr << "\tindex\t\tGenerates index for BAM file" << endl; - cerr << "\tmerge\t\tMerge multiple BAM files into single file" << endl; - cerr << "\tsam\t\tPrints the BAM file in SAM (text) format" << endl; - cerr << "\tsort\t\tSorts the BAM file according to some criteria" << endl; - cerr << "\tstats\t\tPrints some basic statistics from the input BAM file" << endl; + cerr << "\tcoverage Prints coverage statistics from the input BAM file" << endl; + cerr << "\tdump Dump BAM file contents to text output" << endl; // keep? + cerr << "\theader Prints BAM header information" << endl; + cerr << "\tindex Generates index for BAM file" << endl; + cerr << "\tmerge Merge multiple BAM files into single file" << endl; + cerr << "\tsam Prints the BAM file in SAM (text) format" << 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 << endl; cerr << "See 'bamtools help COMMAND' for more information on a specific command." << endl; cerr << endl;