From a43d93512d6f86103617fc048854273037899ef0 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Sat, 30 Dec 2000 15:43:11 +0000 Subject: [PATCH] Updated. committer: mfx 978190991 +0000 --- doc/Makefile | 2 +- doc/upx.pod | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 18e22571..c7aaa139 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,7 +3,7 @@ SHELL = /bin/sh top_srcdir = .. PACKAGE = upx -VERSION_DATE = 29 Dec 2000 +VERSION_DATE = 30 Dec 2000 VERSION := $(shell sed -n 's/^.*UPX_VERSION_STRING.*"\(.*\)".*/\1/p' $(top_srcdir)/src/version.h) TRIMSPACE = cat diff --git a/doc/upx.pod b/doc/upx.pod index 685aa235..0aecc67a 100644 --- a/doc/upx.pod +++ b/doc/upx.pod @@ -649,7 +649,10 @@ This format is used by the TMT Pascal compiler - see http://www.tmt.com/ . Extra options available for this executable format: - (none) + --all-filters Compress the program several times, using different + preprocessing filters. This may improve the compression + ratio in some cases, but usually the default filter + gives the best results anyway.