Skip to content

Commit efb60be

Browse files
committed
added github info to usage()
1 parent f2f5807 commit efb60be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/macfan.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ void usage()
8282
printf(" -h prints this message\n");
8383
printf(" -d disables output formatting\n");
8484
printf("\nmacfand - Mac Fan Control Daemon\nCopyright 2022 (C) Aaron Blakely <aaron@ephasic.org>\n");
85+
printf("github: https://github.com/ablakely/macfand\n");
8586
exit(-1);
8687
}
8788

@@ -161,4 +162,4 @@ int main(int argc, char *argv[])
161162

162163
printf("Exiting.\n");
163164
return 0;
164-
}
165+
}

0 commit comments

Comments
 (0)