Fixed help message for download-apks

This commit is contained in:
Nex
2022-02-04 13:42:32 +01:00
parent 09a6f291c0
commit 71c4ba799f
+1 -1
View File
@@ -51,7 +51,7 @@ def version():
#==============================================================================
# Command: download-apks
#==============================================================================
@cli.command("download-apks", help="Download all or non-safelisted installed APKs installed on the device")
@cli.command("download-apks", help="Download all or only non-system installed APKs")
@click.option("--serial", "-s", type=str, help=HELP_MSG_SERIAL)
@click.option("--all-apks", "-a", is_flag=True,
help="Extract all packages installed on the phone, including system packages")