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 f2f5807 commit efb60beCopy full SHA for efb60be
src/macfan.c
@@ -82,6 +82,7 @@ void usage()
82
printf(" -h prints this message\n");
83
printf(" -d disables output formatting\n");
84
printf("\nmacfand - Mac Fan Control Daemon\nCopyright 2022 (C) Aaron Blakely <aaron@ephasic.org>\n");
85
+ printf("github: https://github.com/ablakely/macfand\n");
86
exit(-1);
87
}
88
@@ -161,4 +162,4 @@ int main(int argc, char *argv[])
161
162
163
printf("Exiting.\n");
164
return 0;
-}
165
+}
0 commit comments