1
0
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:
John Reiser 2025-04-11 09:17:03 -07:00
parent 637312b454
commit c25fd179ad

View File

@ -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");