diff options
author | Benjamin Drung <bdrung@debian.org> | 2014-03-11 00:21:56 +0100 |
---|---|---|
committer | Benjamin Drung <bdrung@debian.org> | 2014-03-11 00:21:56 +0100 |
commit | 63aa9b35c462771984e4e0293ed4b6bf001d4750 (patch) | |
tree | b54c30a7caa062f528b3147a2aa2228eb553eb42 /man | |
parent | b993d19b5c1faed04d81a84152bd163fcfbf1c67 (diff) |
xpi-repack: Add --format option and document default compression format.
Closes: #639917
Diffstat (limited to 'man')
-rw-r--r-- | man/xpi-repack.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/man/xpi-repack.1 b/man/xpi-repack.1 index 50aec84..b58d131 100644 --- a/man/xpi-repack.1 +++ b/man/xpi-repack.1 @@ -1,4 +1,4 @@ -.\" Copyright (c) 2010-2011 Benjamin Drung <bdrung@debian.org> +.\" Copyright (c) 2010-2014 Benjamin Drung <bdrung@debian.org> .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -42,6 +42,12 @@ used. The \fIversion\fP will be used for naming the resulting tarball. You have to specify this parameter. .TP +\fB\-f\fR \fIcompression\fP, \fB\-\-format\fR=\fIcompression\fP +The specified format will be used for compressing the resulting tarball. +The formats \fIbz2\fR, \fIgz\fR, and \fIxz\fR are suppored. When the parameter +is omitted, \fIxz\fR will be used for "3.0 (quilt)" source packages and +\fIgz\fR for all other source package types. +.TP \fB\-v\fR, \fB\-\-verbose\fR Print more information. .SH AUTHOR |