update usage line

This commit is contained in:
Pavel 2019-10-09 01:48:32 +02:00
parent d6b85935cf
commit 762e76c222
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ def process(hwnd, sequence):
win32api.Sleep(100)
if len(sys.argv) != 2:
print('Usage: python fx92-programmer.py input_file')
print('Usage: python.exe fx92-programmer.py input_file')
sys.exit(1)
win32gui.EnumWindows(callback, windows)