diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 13:43:55 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 13:43:55 +0200 |
commit | f0b3effba6e2e64b747dc4f909cd703e6dc44cf4 (patch) | |
tree | 4b9b5eb85e18aa7e968c8d0421b416f9fcc2b0a8 /bin | |
parent | 0a9b9abedf23749c6f155b04864a98b3df2636ee (diff) |
bin:wifi_client_test -> wifi_client_test.py
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/wifi_client_test.py (renamed from bin/wifi_client_test) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/wifi_client_test b/bin/wifi_client_test.py index 6868847..2f17974 100755 --- a/bin/wifi_client_test +++ b/bin/wifi_client_test.py @@ -8,7 +8,7 @@ """ This script will run wireless network test automatically. -To see how to use, please run "./wifi_client_test --help" +To see how to use, please run "./wifi_client_test.py --help" """ import argparse import os |