From b367aea42be4ce056bccea34e8f5cf0565b58880 Mon Sep 17 00:00:00 2001 From: "S. Seegel" Date: Mon, 30 Dec 2019 00:27:52 +0000 Subject: [PATCH] fix usage --- intertechno.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/intertechno.py b/intertechno.py index 0472ccf..500ea04 100755 --- a/intertechno.py +++ b/intertechno.py @@ -26,8 +26,8 @@ def usage(): print "Examples:" print "intertechno A 1 1 on" print "intertechno 0000FFFF0FFF" - print "interttechno 11110000111100001111000010 0 1110 on" - print "interttechno 11110000111100001111000010010000" + print "intertechno 11110000111100001111000010 0 1110 on" + print "intertechno 11110000111100001111000010010000" sys.exit(1) if __name__ == "__main__": @@ -37,7 +37,6 @@ if __name__ == "__main__": for i in range(1, len(sys.argv)): cmd += " " + sys.argv[i] cmd = cmd.strip() - daatarate = None if re.match('^[01]{32}$', cmd) is not None: data = it32.MakeFrame(cmd, 5)