summaryrefslogtreecommitdiff
path: root/extra/resolveip.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/resolveip.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/resolveip.c')
-rw-r--r--extra/resolveip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/resolveip.c b/extra/resolveip.c
index 95861bca2bc..cef79180720 100644
--- a/extra/resolveip.c
+++ b/extra/resolveip.c
@@ -43,7 +43,7 @@ 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",
+ {"info", 'I', "Synonym for --help.",
0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
{"silent", 's', "Be more silent.", (gptr*) &silent, (gptr*) &silent,
0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},