mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
--help shows --fileinfo command-line option
https://github.com/upx/upx/issues/908 modified: help.cpp
This commit is contained in:
parent
637312b454
commit
c25fd179ad
|
@ -220,6 +220,7 @@ void show_help(int verbose) {
|
|||
"%s"
|
||||
" -d decompress -l list compressed file\n"
|
||||
" -t test compressed file -V display version number\n"
|
||||
" --fileinfo show parameters of already-compressed file\n"
|
||||
" -h give %s help -L display software license\n%s",
|
||||
verbose == 0 ? "" : " --best compress best (can be slow for big files)\n",
|
||||
verbose == 0 ? "more" : "this", verbose == 0 ? "" : "\n");
|
||||
|
|
Loading…
Reference in New Issue
Block a user