add --force as well

This commit is contained in:
Oliver Smith 2018-07-08 23:49:03 +02:00
parent d4f4ea8488
commit b8637a024a
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ def arguments():
bootimg_analyze = sub.add_parser("bootimg_analyze", help="Extract all the"
" information from an existing boot.img")
bootimg_analyze.add_argument("path", help="path to the boot.img")
bootimg_analyze.add_argument("-f", dest="force", action="store_true",
bootimg_analyze.add_argument("--force", "-f", action="store_true",
help="force even if the file seems to be"
" invalid")