AP_OSD: fixed type in the script

This commit is contained in:
Alexander Malishev 2018-07-04 02:28:58 +04:00 committed by Andrew Tridgell
parent e59e7a3754
commit f23a40d967
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
import sys;
if len(sys.argv) < 3:
print "Usage: ./mcm2bin.py clarify.mcm clarify.bin"
print "Usage: ./mcm2bin.py clarity.mcm clarity.bin"
exit()
with open(sys.argv[1]) as inp: