diff --git a/src/args.cpp b/src/args.cpp index e495631..c456aef 100644 --- a/src/args.cpp +++ b/src/args.cpp @@ -2,10 +2,11 @@ #include const char* argp_program_version = - PROJECT_NAME " " VERSION_CODE "\n" + 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 ."; + "available at or the\n" + "GitLab mirror at ."; const struct argp_option options[] = { //name, key, arg, flags, doc, group