cake
/
p7utils
Archived
1
0
Fork 0

Forgot to update the main messages of mcsfile... done now.

This commit is contained in:
Thomas Touhey 2017-01-27 18:46:06 +01:00
parent a34c2f9100
commit a70425725d
1 changed files with 4 additions and 6 deletions

View File

@ -17,8 +17,7 @@
/* ************************************************************************** */
/* Help message */
static const char *help_message =
"Usage: mcsfile [--version|-v] [--help|-h]\n"
" <g1m file>\n"
"Usage: mcsfile [--version|-v] [--help|-h] <g1m file>\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"