Compare commits

..

2 Commits

Author SHA1 Message Date
Donncha Ó Cearbhaill
55347c2703
Merge ac157a4421 into 1182587094 2024-01-10 12:29:06 -08:00
r-tx
1182587094
change vt flag to -V (#440)
Co-authored-by: r-tx <r-tx@users.noreply.github.com>
2024-01-10 15:38:15 +01:00

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",