2.x-1.16
Szum123321 2020-06-05 11:30:11 +02:00
parent 772797afb8
commit 6590e38c3d
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class ConfigHandler {
@Comment(value = "\nAvailable formats are:\n" +
"ZIP - normal zip archive using standard deflate compression\n" +
"GIZP - tar.gz using gzip compression\n" +
"GZIP - tar.gz using gzip compression\n" +
"BZIP2 - tar.bz2 archive using bzip2 compression\n" +
"LZMA - tar.xz using lzma compression\n")
public ArchiveFormat format = ArchiveFormat.ZIP;