1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

docs: mention a workaround for --exact option.

This commit is contained in:
Markus F.X.J. Oberhumer 2007-07-31 15:00:38 +02:00
parent 26024770b8
commit 617e6510a5

View File

@ -139,8 +139,11 @@ B<--help>: prints the help
B<--version>: print the version of B<UPX>
B<--exact>: when compressing, require to be able to get a byte-identical file
after decompression with option B<-d> [NOTE: this is work in progress and does
not work for all formats yet]
after decompression with option B<-d>. [NOTE: this is work in progress and is
not supported for all formats yet. If you do care, as a workaround you can
compress and then decompress your program a first time - any further
compress-decompress steps should then yield byte-identical results
as compared to the first decompressed version.]
[ ...to be written... - type `B<upx --help>' for now ]