From 160e9a02f2760d07725063162d9f22468067e8c7 Mon Sep 17 00:00:00 2001 From: Epicalert Date: Sat, 3 Jul 2021 17:30:26 +0800 Subject: [PATCH] Update source code URL --- src/args.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/args.cpp b/src/args.cpp index b4f8102..75fbabe 100644 --- a/src/args.cpp +++ b/src/args.cpp @@ -4,8 +4,8 @@ const char* argp_program_version = PROJECT_NAME " " VERSION_CODE "\n\n" "License: GPLv3 \n" - "If you did not receive a copy of the source code, it is\n" - "available at or the\n" + "If you did not receive a copy of the source code, it is available\n" + "at or the\n" "GitLab mirror at ."; #ifndef _WIN32