From 35a4c694e6460c6a4b5c72d44609bfc7fe1d623c Mon Sep 17 00:00:00 2001 From: John Sully Date: Fri, 10 May 2019 23:47:52 -0400 Subject: [PATCH] Add byline to logo Former-commit-id: 09186514381019ce6d07f5d0d78d19e229b00c84 --- src/asciilogo.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/asciilogo.h b/src/asciilogo.h index 5264a6919..c8b18a0ac 100644 --- a/src/asciilogo.h +++ b/src/asciilogo.h @@ -36,4 +36,7 @@ const char *ascii_logo = " Port: %d\n" " PID: %ld\n" " \n" +" Like KeyDB? Star us on GitHub! \n" +" \n" +" https://github.com/JohnSully/KeyDB \n" " \n\n";