change vt flag to -V

This commit is contained in:
r-tx 2023-12-20 23:18:39 +00:00
parent 013282dbba
commit 6a6813c0af
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",