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.