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 d70a000 commit bed8095Copy full SHA for bed8095
smc.c
@@ -490,8 +490,8 @@ int main(int argc, char* argv[])
490
printf(" -a Display ambient temperature.\n");
491
printf(" -f Display fan speeds.\n");
492
printf(" -A Display all SMC keys")
493
- printf(" -t key Display temperature of given SMC key");
494
- 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");
495
printf(" -h Display this help.\n");
496
printf("\nIf more than one of -c, -f, or -g are specified, titles will be added\n");
497
return -1;
0 commit comments