mention --keep-resource in NEWS and help.cpp

This commit is contained in:
László Molnár 2006-05-18 15:54:35 +02:00
parent a3378393b0
commit a7d8845952
2 changed files with 3 additions and 0 deletions

2
NEWS
View File

@ -5,6 +5,8 @@ User visible changes for UPX
Changes in 2.01 (27 May 2006):
* arm/pe: better DLL support
* dos/exe: device driver support added (thanks Michael Devore)
* arm/pe & win32/pe: new option for excluding certain resources from
getting compressed ('--keep-resource')
Changes in 2.00 (27 Apr 2006):
* linux/386: the stub now prints an error message if some strict

View File

@ -229,6 +229,7 @@ void show_help(int x)
" --compress-icons=1 compress all but the first icon\n"
" --compress-icons=2 compress all but the first icon directory [default]\n"
" --compress-resources=0 do not compress any resources at all\n"
" --keep-resource=list do not compress resources specified by list\n"
" --strip-relocs=0 do not strip relocations\n"
" --strip-relocs=1 strip relocations [default]\n"
" --all-methods try all available compression methods\n"