summaryrefslogtreecommitdiff
path: root/dpkg-deb
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2012-05-27 01:52:42 +0200
committerGuillem Jover <guillem@debian.org>2012-06-06 12:06:05 +0200
commit41494c13560b0a7027b583a83c5ef65f02a8fe88 (patch)
tree7a9bf26cbd206c98d2146642d213b6db9a409aa1 /dpkg-deb
parentd630b04733ca0a1fb01314668e5812121f7fb496 (diff)
downloaddpkg-41494c13560b0a7027b583a83c5ef65f02a8fe88.tar.gz
dpkg-deb: Add support for “none” as a valid compression strategy value
This is needed to be able to reset the compression strategy if one had been specified before, otherwise a different compressor would error out on compressor specific invalid values. Closes: #674711
Diffstat (limited to 'dpkg-deb')
-rw-r--r--dpkg-deb/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpkg-deb/main.c b/dpkg-deb/main.c
index 74da81939..669cdec55 100644
--- a/dpkg-deb/main.c
+++ b/dpkg-deb/main.c
@@ -109,7 +109,7 @@ usage(const struct cmdinfo *cip, const char *value)
" -Z<type> Set the compression type used when building.\n"
" Allowed types: gzip, xz, bzip2, none.\n"
" -S<strategy> Set the compression strategy when building.\n"
-" Allowed values: extreme (xz).\n"
+" Allowed values: none, extreme (xz).\n"
"\n"));
printf(_(