Skip to content

Commit

Permalink
Update help menu
Browse files Browse the repository at this point in the history
  • Loading branch information
hacker1024 committed Sep 14, 2020
1 parent f6875bd commit 01bfed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smc.c
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ int main(int argc, char* argv[])
printf("Options:\n");
printf(" -F Display temperatures in degrees Fahrenheit.\n");
printf(" -C Display temperatures in degrees Celsius (Default).\n");
printf(" -c <num> Specify which cores to look at, in a comma-separated list. Defaults to 0.\n");
printf(" -c <num> Specify which cores to report on, in a comma-separated list. If unspecified, report all temperatures.\n");
printf(" -r <num> The accuracy of the temperature, in the number of decimal places. Defaults to 0.\n");
printf(" -h Display this help.\n");
return -1;
Expand Down

0 comments on commit 01bfed6

Please sign in to comment.