Changelog entry marking the package released.
[tabix.git] / tabix.1
diff --git a/tabix.1 b/tabix.1
index 3b82c766d8059d3f41adf66e2e2b95a040d7b3ef..1bd9533d93577db59b6d97e8fcf912637c56b27d 100644 (file)
--- a/tabix.1
+++ b/tabix.1
@@ -7,7 +7,7 @@ tabix - Generic indexer for TAB-delimited genome position files
 .SH SYNOPSIS
 .PP
 .B bgzip
-.RB [ \-cdh ]
+.RB [ \-cdhB ]
 .RB [ \-b
 .IR virtualOffset ]
 .RB [ \-s
@@ -82,6 +82,14 @@ Skip lines started with character CHAR. [#]
 Specify that the position in the data file is 0-based (e.g. UCSC files)
 rather than 1-based.
 .TP
+.B -h
+Print the header/meta lines.
+.TP
+.B -B
+The second argument is a BED file. When this option is in use, the input
+file may not be sorted or indexed. The entire input will be read sequentially. Nonetheless,
+with this option, the format of the input must be specificed correctly on the command line.
+.TP
 .B -f
 Force to overwrite the index file if it is present.
 .TP