summaryrefslogtreecommitdiff
path: root/extra/perror.c
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2003-06-13 10:59:02 +0200
committerunknown <serg@serg.mylan>2003-06-13 10:59:02 +0200
commit5810811e6a3cb9c0ffb38f4f47b86d98b283a007 (patch)
tree55ce93098a33057e76d00ed234a83d4e80818fdc /extra/perror.c
parentedd9bd53f1b302e5ca540c103585a0fc3e0aeee0 (diff)
downloadmariadb-git-5810811e6a3cb9c0ffb38f4f47b86d98b283a007.tar.gz
consistency fix - all help texts for command-line options should end with a dot.
Diffstat (limited to 'extra/perror.c')
-rw-r--r--extra/perror.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/perror.c b/extra/perror.c
index a2951bff66a..1e47364bc5e 100644
--- a/extra/perror.c
+++ b/extra/perror.c
@@ -30,14 +30,14 @@ static struct my_option my_long_options[] =
{
{"help", '?', "Displays this help and exits.", 0, 0, 0, GET_NO_ARG,
NO_ARG, 0, 0, 0, 0, 0, 0},
- {"info", 'I', "Synonym for --help", 0, 0, 0, GET_NO_ARG,
+ {"info", 'I', "Synonym for --help.", 0, 0, 0, GET_NO_ARG,
NO_ARG, 0, 0, 0, 0, 0, 0},
#ifdef HAVE_SYS_ERRLIST
{"all", 'a', "Print all the error messages and the number.",
(gptr*) &print_all_codes, (gptr*) &print_all_codes, 0, GET_BOOL, NO_ARG,
0, 0, 0, 0, 0, 0},
#endif
- {"silent", 's', "Only print the error message", 0, 0, 0, GET_NO_ARG, NO_ARG,
+ {"silent", 's', "Only print the error message.", 0, 0, 0, GET_NO_ARG, NO_ARG,
0, 0, 0, 0, 0, 0},
{"verbose", 'v', "Print error code and message (default).", (gptr*) &verbose,
(gptr*) &verbose, 0, GET_BOOL, NO_ARG, 1, 0, 0, 0, 0, 0},