about summary refs log tree commit diff stats
path: root/example/unpack_upx.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/unpack_upx.py')
-rw-r--r--example/unpack_upx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/unpack_upx.py b/example/unpack_upx.py
index ee082de3..70684097 100644
--- a/example/unpack_upx.py
+++ b/example/unpack_upx.py
@@ -31,7 +31,7 @@ def kernel32_GetProcAddress(jitter):
 
 
 
-parser = Sandbox_Win_x86_32.parser()
+parser = Sandbox_Win_x86_32.parser(description="Generic UPX unpacker")
 parser.add_argument("filename", help="PE Filename")
 parser.add_argument('-v', "--verbose",
                     help="verbose mode", action="store_true")