cake
/
p7utils
Archived
1
0
Fork 0

Integrated p7servtest.

This commit is contained in:
Thomas Touhey 2017-02-06 17:11:13 +01:00
parent f984e0d086
commit ab877f2a39
2 changed files with 7 additions and 2 deletions

View File

@ -19,7 +19,8 @@
/* ************************************************************************** */
/* Version message */
static const char version_message[] =
QUOTE(BIN) " - from " QUOTE(NAME) " v" QUOTE(VERSION) " (licensed under GPLv2)\n"
QUOTE(BIN) " - from " QUOTE(NAME) " v" QUOTE(VERSION)
" (licensed under GPLv2)\n"
"Maintained by " QUOTE(MAINTAINER) ".\n"
"\n"
"This is free software; see the source for copying conditions.\n"

View File

@ -17,7 +17,8 @@
/* ************************************************************************** */
/* Version message */
static const char version_message[] =
QUOTE(BIN) " v" QUOTE(VERSION) " (licensed under GPLv2)\n"
QUOTE(BIN) " - from " QUOTE(NAME) " v" QUOTE(VERSION)
" (licensed under GPLv2)\n"
"Maintained by " QUOTE(MAINTAINER) ".\n"
"\n"
"This is free software; see the source for copying conditions.\n"
@ -28,6 +29,9 @@ QUOTE(BIN) " v" QUOTE(VERSION) " (licensed under GPLv2)\n"
static const char help_main[] =
"Usage: " QUOTE(BIN) " [--help] [--version]\n"
"\n"
"This utility is only there to test the libp7 server feature.\n"
"It should not be used in production for anything else.\n"
"\n"
"General options:\n"
" -h, --help Display the help page of the (sub)command and quit.\n"
" -v, --version Display the version message and quit.\n"