Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes to support multiple files #1658

Merged
merged 1 commit into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions bgzip.1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
bgzip \- Block compression/decompression utility
.\"
.\" Copyright (C) 2009-2011 Broad Institute.
.\" Copyright (C) 2018, 2021-2022 Genome Research Limited.
.\" Copyright (C) 2018, 2021-2023 Genome Research Limited.
.\"
.\" Author: Heng Li <[email protected]>
.\"
Expand Down Expand Up @@ -54,7 +54,7 @@ bgzip \- Block compression/decompression utility
.IR size ]
.RB [ -@
.IR threads ]
.RI [ file ]
.RI [ file " ...]"
.PP
.SH DESCRIPTION
.PP
Expand All @@ -70,7 +70,8 @@ If the -c option is used, the result will be written to standard output,
otherwise when compressing bgzip will write to a new file with a .gz
suffix and remove the original. When decompressing the input file must
have a .gz suffix, which will be removed to make the output name. Again
after decompression completes the input file will be removed.
after decompression completes the input file will be removed. When multiple
files are given as input, the operation is performed on all of them.

.SH OPTIONS
.TP 10
Expand Down
Loading