From 31d0b77df7b5b758d1623448602e0d526de1b8dc Mon Sep 17 00:00:00 2001
From: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Mon, 16 Oct 2017 00:17:06 -0500
Subject: [PATCH] Fix usage line in temperature table script

---
 buildroot/share/scripts/createTemperatureLookupMarlin.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildroot/share/scripts/createTemperatureLookupMarlin.py b/buildroot/share/scripts/createTemperatureLookupMarlin.py
index c3352618e58..2fd46034c0e 100755
--- a/buildroot/share/scripts/createTemperatureLookupMarlin.py
+++ b/buildroot/share/scripts/createTemperatureLookupMarlin.py
@@ -7,7 +7,7 @@ http://en.wikipedia.org/wiki/Steinhart-Hart_equation
 The main use is for Arduino programs that read data from the circuit board described here:
 http://reprap.org/wiki/Temperature_Sensor_v2.0
 
-Usage: python createTemperatureLookup.py [options]
+Usage: python createTemperatureLookupMarlin.py [options]
 
 Options:
   -h, --help        show this help