summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpy/tests/trans-test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/tests/trans-test.py b/py/tests/trans-test.py
index 43506a4..ad13b86 100755
--- a/py/tests/trans-test.py
+++ b/py/tests/trans-test.py
@@ -5,7 +5,7 @@ import time
import sys
if len(sys.argv) != 2:
- print("Usage: {} <test-number>".format(sys.argv[1]))
+ print("Usage: {} <test-number>".format(sys.argv[0]))
print(" 1 - test_am5_trans_dest()")
print(" 2 - test_am5_trans_src()")
print(" 3 - test_am4_normal_trans_dst()")