We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4aebcc commit 9ea8553Copy full SHA for 9ea8553
smc.c
@@ -484,8 +484,8 @@ int main(int argc, char* argv[])
484
printf(" -c [key] Display CPU temperature [of given key] (Default).\n");
485
printf(" -g [key] Display GPU temperature [of given key].\n");
486
printf(" -f Display fan speeds.\n");
487
- printf(" -t key Display temperature of given SMC key");
488
- 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");
489
printf(" -h Display this help.\n");
490
printf("\nIf more than one of -c, -f, or -g are specified, titles will be added\n");
491
return -1;
0 commit comments