Podmiana LZ4 na ZSTD raw block. Podmiana CompressManager na ChunkManager
This commit is contained in:
parent
00d4b00209
commit
b3c317c914
10 changed files with 244 additions and 267 deletions
10
voidcmd.cpp
10
voidcmd.cpp
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue