summaryrefslogtreecommitdiff
path: root/man/xpi-repack.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/xpi-repack.1')
-rw-r--r--man/xpi-repack.18
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