change vt flag to -V (#440)

Co-authored-by: r-tx <r-tx@users.noreply.github.com>
This commit is contained in:
r-tx 2024-01-10 14:38:15 +00:00 committed by GitHub
parent ad3bc3470e
commit 1182587094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ def version():
is_flag=True,
help="Extract all packages installed on the phone, including system packages",
)
@click.option("--virustotal", "-v", is_flag=True, help="Check packages on VirusTotal")
@click.option("--virustotal", "-V", is_flag=True, help="Check packages on VirusTotal")
@click.option(
"--output",
"-o",