浏览代码

Fix usage line in temperature table script

Scott Lahteine 6 年前
父节点
当前提交
31d0b77df7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      buildroot/share/scripts/createTemperatureLookupMarlin.py

+ 1
- 1
buildroot/share/scripts/createTemperatureLookupMarlin.py 查看文件

@@ -7,7 +7,7 @@ http://en.wikipedia.org/wiki/Steinhart-Hart_equation
7 7
 The main use is for Arduino programs that read data from the circuit board described here:
8 8
 http://reprap.org/wiki/Temperature_Sensor_v2.0
9 9
 
10
-Usage: python createTemperatureLookup.py [options]
10
+Usage: python createTemperatureLookupMarlin.py [options]
11 11
 
12 12
 Options:
13 13
   -h, --help        show this help

正在加载...
取消
保存