]> git.donarmstrong.com Git - samtools.git/blobdiff - bam_tview.c
Update 'samtools depad' help text regarding FASTA reference file
[samtools.git] / bam_tview.c
index ede6b0c87f57d17ad25b5933da85cedd881f719b..06d5e3330ce586cbbbd1eb698176130a52c554b6 100644 (file)
@@ -284,9 +284,9 @@ static void error(const char *format, ...)
         fprintf(stderr, "\n");
         fprintf(stderr, "Usage: bamtk tview [options] <aln.bam> [ref.fasta]\n");
         fprintf(stderr, "Options:\n");
+        fprintf(stderr, "   -d display      output as (H)tml or (C)urses or (T)ext \n");
         fprintf(stderr, "   -p chr:pos      go directly to this position\n");
         fprintf(stderr, "   -s STR          display only reads from this sample or group\n");
-        fprintf(stderr, "   -d display      (H)tml or (C)urses or (T)ext \n");
         fprintf(stderr, "\n\n");
     }
     else