Skip to content

Commit

Permalink
Correct wording in CLI usage messages (#3579)
Browse files Browse the repository at this point in the history
Co-authored-by: ProgerXP <proger.xp@gmail.com>
  • Loading branch information
ProgerXP and ProgerXP committed Apr 26, 2024
1 parent fbe717f commit 6436e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions brut.apktool/apktool-cli/src/main/java/brut/apktool/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ private static void _options() {

Option analysisOption = Option.builder("m")
.longOpt("match-original")
.desc("Keep files to closest to original as possible (prevents rebuild).")
.desc("Keep files closest to original as possible (prevents rebuild).")
.build();

Option apiLevelOption = Option.builder("api")
Expand Down Expand Up @@ -492,7 +492,7 @@ private static void _options() {
.longOpt("output")
.desc("The name of apk that gets written. (default: dist/name.apk)")
.hasArg(true)
.argName("dir")
.argName("file")
.build();

Option outputDecOption = Option.builder("o")
Expand Down

0 comments on commit 6436e7c

Please sign in to comment.