mirror of
https://github.com/shakemid/pcsensor-temper.git
synced 2025-01-21 09:08:17 +01:00
Fix comment
This commit is contained in:
parent
a41e363d8c
commit
856f590599
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ int main(int argc, char **argv) {
|
|||
printf(" -h help\n");
|
||||
printf(" -v verbose\n");
|
||||
printf(" -l[n] loop every 'n' seconds, default value is 5s\n");
|
||||
printf(" -a scale:offset set values calibration TempC*scale+offset eg. 1.02:-0.55 \n");
|
||||
printf(" -a scale:offset set values for calibration TempC*scale+offset eg. 1.02:-0.55 \n");
|
||||
printf(" -c output in Celsius (default)\n");
|
||||
printf(" -f output in Fahrenheit\n");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue