mirror of https://github.com/upx/upx.git
mention --keep-resource in NEWS and help.cpp
This commit is contained in:
parent
a3378393b0
commit
a7d8845952
2
NEWS
2
NEWS
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue