about summary refs log tree commit diff stats
path: root/cgit.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.c')
-rw-r--r--cgit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.c b/cgit.c index fc482be..ab3fadb 100644 --- a/cgit.c +++ b/cgit.c
@@ -941,7 +941,7 @@ static void cgit_parse_args(int argc, const char **argv)
941 941
942 for (i = 1; i < argc; i++) { 942 for (i = 1; i < argc; i++) {
943 if (!strcmp(argv[i], "--version")) { 943 if (!strcmp(argv[i], "--version")) {
944 printf("CGit %s | http://git.zx2c4.com/cgit/\n\nCompiled in features:\n", CGIT_VERSION); 944 printf("CGit %s | https://git.zx2c4.com/cgit/\n\nCompiled in features:\n", CGIT_VERSION);
945#ifdef NO_LUA 945#ifdef NO_LUA
946 printf("[-] "); 946 printf("[-] ");
947#else 947#else