X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bam_tview.c;h=06d5e3330ce586cbbbd1eb698176130a52c554b6;hb=c857677f2a3af9da652dd6b5fc97249368e6e7d8;hp=ede6b0c87f57d17ad25b5933da85cedd881f719b;hpb=e9939ca7d705a219c2ff0ad46d076dd470c4ff85;p=samtools.git diff --git a/bam_tview.c b/bam_tview.c index ede6b0c..06d5e33 100644 --- a/bam_tview.c +++ b/bam_tview.c @@ -284,9 +284,9 @@ static void error(const char *format, ...) fprintf(stderr, "\n"); fprintf(stderr, "Usage: bamtk tview [options] [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