Skip to content

Commit bed8095

Browse files
committed
resolve conflicts
1 parent d70a000 commit bed8095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,8 +490,8 @@ int main(int argc, char* argv[])
490490
printf(" -a Display ambient temperature.\n");
491491
printf(" -f Display fan speeds.\n");
492492
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");
493+
printf(" -t key Display temperature of given SMC key\n");
494+
printf(" -r key Display raw value of given SMC key\n");
495495
printf(" -h Display this help.\n");
496496
printf("\nIf more than one of -c, -f, or -g are specified, titles will be added\n");
497497
return -1;

0 commit comments

Comments
 (0)