X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bam_tview.c;h=06d5e3330ce586cbbbd1eb698176130a52c554b6;hb=efc19a36de7236c21b3ae1fe7601e0503bc9c4b7;hp=ede6b0c87f57d17ad25b5933da85cedd881f719b;hpb=1ea60418fdfda809953490a6b5fd347b85bb583c;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