Skip to content

Commit 9ea8553

Browse files
committed
fix: missing newlines
1 parent a4aebcc commit 9ea8553

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
@@ -484,8 +484,8 @@ int main(int argc, char* argv[])
484484
printf(" -c [key] Display CPU temperature [of given key] (Default).\n");
485485
printf(" -g [key] Display GPU temperature [of given key].\n");
486486
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");
487+
printf(" -t key Display temperature of given SMC key.\n");
488+
printf(" -r key Display raw value of given SMC key.\n");
489489
printf(" -h Display this help.\n");
490490
printf("\nIf more than one of -c, -f, or -g are specified, titles will be added\n");
491491
return -1;

0 commit comments

Comments
 (0)