diff --git a/bin/measure_temp.sh b/bin/measure_temp.sh index 756c457..a81bb4f 100755 --- a/bin/measure_temp.sh +++ b/bin/measure_temp.sh @@ -7,7 +7,7 @@ usage() { cat <<-EOF Usage: ${name} [-h || --help] - measures the pu core temperature an echoes with a squenence number to stdout. + measures the cpu's core temperature and writes it with a timestamp to stdout. EOF }