mirror of
https://github.com/extremecoders-re/pyinstxtractor.git
synced 2026-06-09 11:05:32 +00:00
Update pyinstxtractor.py
This commit is contained in:
parent
fa9c1bcca3
commit
4d3138f5ae
1 changed files with 1 additions and 1 deletions
|
|
@ -444,7 +444,7 @@ if __name__ == "__main__":
|
|||
)
|
||||
parser.add_argument("-f", "--file", action="store")
|
||||
parser.add_argument("-d", "--destination-folder", action="store", help="Folder to store extracted files")
|
||||
parser.add_argument("-e", "--entry-points", action="store_true", help="Extract only possibble entry points")
|
||||
parser.add_argument("-e", "--entry-points", action="store_true", help="Extract only possible entry points")
|
||||
|
||||
options = parser.parse_args()
|
||||
if not options.file or not os.path.exists(options.file):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue