diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2018-09-24 13:58:12 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2018-09-24 13:58:12 +0300 |
commit | 981be2267955f92a20001fc90dea53d3c6f5e2e4 (patch) | |
tree | 923eaf97ad290491b9fd6d79ca49a89ac2d3bcf9 /py/tests | |
parent | 646082e35978b929d55533c7dafaee68fd6b6b6f (diff) |
trans-test.py: fix usage
Diffstat (limited to 'py/tests')
-rwxr-xr-x | py/tests/trans-test.py | 2 |
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()") |