]> git.donarmstrong.com Git - bamtools.git/blobdiff - bamtools.cpp
Mostly cleaned up help & usage messages. Added MIT license.
[bamtools.git] / bamtools.cpp
index d80d96047e94917970cd586952bbfb780ed203b4..6a4343828aa14e8ac1ea7ae894d604550ab0b207 100644 (file)
@@ -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;