Skip to content

Commit

Permalink
fix: missing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPsychick committed Jun 19, 2021
1 parent a4aebcc commit 9ea8553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smc.c
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,8 @@ int main(int argc, char* argv[])
printf(" -c [key] Display CPU temperature [of given key] (Default).\n");
printf(" -g [key] Display GPU temperature [of given key].\n");
printf(" -f Display fan speeds.\n");
printf(" -t key Display temperature of given SMC key");
printf(" -r key Display raw value of given SMC key");
printf(" -t key Display temperature of given SMC key.\n");
printf(" -r key Display raw value of given SMC key.\n");
printf(" -h Display this help.\n");
printf("\nIf more than one of -c, -f, or -g are specified, titles will be added\n");
return -1;
Expand Down

0 comments on commit 9ea8553

Please sign in to comment.