about summary refs log tree commit diff stats
path: root/example/jit_msp430.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/jit_msp430.py')
-rw-r--r--example/jit_msp430.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/jit_msp430.py b/example/jit_msp430.py
index 5aa1f340..d752ef8c 100644
--- a/example/jit_msp430.py
+++ b/example/jit_msp430.py
@@ -7,7 +7,7 @@ from miasm2.analysis.machine import Machine
 
 parser = ArgumentParser(
     description="""Sandbox raw binary with msp430 engine
-(ex: test_jit_msp430.py example/msp430_sc.bin 0)""")
+(ex: jit_msp430.py example/msp430_sc.bin 0)""")
 parser.add_argument("-r", "--log-regs",
                     help="Log registers value for each instruction",
                     action="store_true")