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"