Skip to content

Commit

Permalink
change vt flag to -V (#440)
Browse files Browse the repository at this point in the history
Co-authored-by: r-tx <r-tx@users.noreply.github.com>
  • Loading branch information
r-tx and r-tx authored Jan 10, 2024
1 parent ad3bc34 commit 1182587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mvt/android/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1182587

Please sign in to comment.