summaryrefslogtreecommitdiff
path: root/src/lan7800-led-ctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lan7800-led-ctl.c')
-rw-r--r--src/lan7800-led-ctl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lan7800-led-ctl.c b/src/lan7800-led-ctl.c
index 109bd3e..ff1b628 100644
--- a/src/lan7800-led-ctl.c
+++ b/src/lan7800-led-ctl.c
@@ -100,8 +100,10 @@ void usage(void)
void about(void)
{
printf("lan7800-led-ctl %s programmed by Dominic Radermacher\n", VERSION);
- printf("For further info or latest version see\n");
+ printf("For further info please visit\n");
printf("https://dominic.familie-radermacher.ch/computer/raspberry-pi/lan7800-led-ctl/\n");
+ printf("The latest version can be found in my git repo:\n");
+ printf("https://git.familie-radermacher.ch/linux/lan7800-led-ctl.git\n");
exit(1);
}