From a70425725dcadcc6e8694abcd649c7962a50eac9 Mon Sep 17 00:00:00 2001 From: "Thomas \"Cakeisalie5\" Touhey" Date: Fri, 27 Jan 2017 18:46:06 +0100 Subject: [PATCH] Forgot to update the main messages of mcsfile... done now. --- src/mcsfile/args.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/mcsfile/args.c b/src/mcsfile/args.c index 6242cae..567d1c1 100644 --- a/src/mcsfile/args.c +++ b/src/mcsfile/args.c @@ -17,8 +17,7 @@ /* ************************************************************************** */ /* Help message */ static const char *help_message = -"Usage: mcsfile [--version|-v] [--help|-h]\n" -" \n" +"Usage: mcsfile [--version|-v] [--help|-h] \n" "\n" "Reads mcs files in a g1m file.\n" "\n" @@ -26,13 +25,12 @@ static const char *help_message = " -h, --help Display this help message.\n" " -v, --version Display the version message.\n" "\n" -"Report bugs to " QUOTE(AUTHOR) "."; +"Report bugs to " QUOTE(MAINTAINER) "."; /* Version message */ static const char *version_message = -"mcsfile - from g1mutils v" QUOTE(VERSION) - " (licensed under " QUOTE(LICENSE) ")\n" -"Made by " QUOTE(AUTHOR) ".\n" +"mcsfile - from p7utils v" QUOTE(VERSION) " (licensed under GPLv2)\n" +"Maintained by " QUOTE(MAINTAINER) ".\n" "\n" "This is free software; see the source for copying conditions.\n" "There is NO warranty; not even for MERCHANTABILITY or\n"