Skip to content

Commit

Permalink
Shorten "decoded-directory-by-apktool" in CLI output
Browse files Browse the repository at this point in the history
  • Loading branch information
shroudedcode committed Apr 17, 2022
1 parent 62bf931 commit be5c995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Expand Up @@ -233,7 +233,7 @@ function formatCommandError(error: string, { tmpDir }: { tmpDir: string }) {

function showHelp() {
console.log(chalk`
$ {bold apk-mitm} <path-to-apk/xapk/apks/decoded-directory-by-apktool>
$ {bold apk-mitm} <path-to-apk/xapk/apks/decoded-directory>
{blue {dim.bold *} Optional flags:}
{dim {bold --wait} Wait for manual changes before re-encoding}
Expand Down

0 comments on commit be5c995

Please sign in to comment.