Skip to content

Commit

Permalink
Updated type help text
Browse files Browse the repository at this point in the history
  • Loading branch information
rmtsrc authored Dec 10, 2019
1 parent 010b194 commit 6f8320b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions utils/tempered.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ void show_help()
" -h\n"
" --help Show this help text\n"
" -t\n"
" --type Returns only the numeric value of the sensor.\n"
" Known sensors: temperature, humidity, dew point\n"
" -t <type>\n"
" --type <type> Returns only the numeric value of the sensor.\n"
" Known types: temperature, humidity, \"dew point\"\n"
" -e\n"
" --enumerate Enumerate the found devices without reading them.\n"
" -s <scale>\n"
Expand Down

0 comments on commit 6f8320b

Please sign in to comment.