Skip to content

Commit

Permalink
Update no-sign option
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyesiqiu committed Jun 8, 2024
1 parent c1d2ea0 commit db37f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpt/src/main/java/com/luoye/dpt/Const.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class Const {
public static final String OPTION_OPEN_NOISY_LOG_LONG = "noisy-log";
public static final String OPTION_OPEN_NOISY_LOG = "l";
public static final String OPTION_NO_SIGN_APK_LONG = "no-sign";
public static final String OPTION_NO_SIGN_APK = "s";
public static final String OPTION_NO_SIGN_APK = "x";
public static final String OPTION_DUMP_CODE_LONG = "dump-code";
public static final String OPTION_DUMP_CODE = "d";
public static final String OPTION_APK_FILE = "f";
Expand Down

0 comments on commit db37f17

Please sign in to comment.