Skip to content

Commit

Permalink
fix: fix usage x2
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Feb 10, 2024
1 parent 08265b0 commit 304994a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/allaymc/encryptmypack/EncryptMyPack.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
public class EncryptMyPack {

public static final Gson GSON = new GsonBuilder().disableHtmlEscaping().serializeNulls().setLenient().create();
public static final String USAGE = "Usage: EncryptMyPack.exe <encrypt|decrypt> <inputFolder> <outputFolder> [key]";
public static final String USAGE = "Usage: EncryptMyPack.exe <encrypt|decrypt> <inputZip> <outputZip> [key]";
public static final String DEFAULT_KEY = "liulihaocai123456789123456789123";
public static final List<String> EXCLUDE = List.of("manifest.json", "pack_icon.png", "bug_pack_icon.png");
public static final int KEY_LENGTH = 32;
Expand Down

0 comments on commit 304994a

Please sign in to comment.