about summary refs log tree commit diff stats
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rwxr-xr-xexample/asm/shellcode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/asm/shellcode.py b/example/asm/shellcode.py
index 70d844a9..a04c1776 100755
--- a/example/asm/shellcode.py
+++ b/example/asm/shellcode.py
@@ -13,7 +13,7 @@ from miasm.core.interval import interval
 from miasm.core.locationdb import LocationDB
 from miasm.core.utils import iterbytes, int_to_byte
 
-parser = ArgumentParser("Multi-arch (32 bits) assembler")
+parser = ArgumentParser(description="Multi-arch (32 bits) assembler")
 parser.add_argument('architecture', help="architecture: " +
                     ",".join(Machine.available_machine()))
 parser.add_argument("source", help="Source file to assemble")