Podmiana LZ4 na ZSTD raw block. Podmiana CompressManager na ChunkManager

This commit is contained in:
yanczi 2025-11-14 18:00:10 +01:00
parent 00d4b00209
commit b3c317c914
10 changed files with 244 additions and 267 deletions

View file

@ -40,11 +40,11 @@ void RenderHelp()
const std::string HelpInstruction =
"pakcmd <parametr> <catalog> \n"
" \n"
" \-c Compressing \n"
" \-r Raw files \n"
" \-e Encrypted \n"
" \-s Compressing and Encrypted \n"
" \-f Pack the files according to the guidelines given in the \<directory\>.json \n"
" -c Compressing \n"
" -r Raw files \n"
" -e Encrypted \n"
" -s Compressing and Encrypted \n"
" -f Pack the files according to the guidelines given in the <directory>.json \n"
" \n"
"Extracting: \n"
" -x Extract files from the specified container \n"