summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2018-09-24 13:58:12 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2018-09-24 13:58:12 +0300
commit981be2267955f92a20001fc90dea53d3c6f5e2e4 (patch)
tree923eaf97ad290491b9fd6d79ca49a89ac2d3bcf9 /py
parent646082e35978b929d55533c7dafaee68fd6b6b6f (diff)
trans-test.py: fix usage
Diffstat (limited to 'py')
-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()")