about summary refs log tree commit diff stats
path: root/example/sandbox_pe_x86_32.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/sandbox_pe_x86_32.py')
-rw-r--r--example/sandbox_pe_x86_32.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/sandbox_pe_x86_32.py b/example/sandbox_pe_x86_32.py
index ef5c4873..738e0778 100644
--- a/example/sandbox_pe_x86_32.py
+++ b/example/sandbox_pe_x86_32.py
@@ -10,7 +10,7 @@ if filename and os.path.isfile(filename):
 # Insert here user defined methods
 
 # Parse arguments
-parser = Sandbox_Win_x86_32.parser()
+parser = Sandbox_Win_x86_32.parser(description="PE sandboxer")
 parser.add_argument("filename", help="PE Filename")
 options = parser.parse_args()