summaryrefslogtreecommitdiff
path: root/extra/resolveip.c
diff options
context:
space:
mode:
authorserg@serg.mylan <>2003-06-13 10:59:02 +0200
committerserg@serg.mylan <>2003-06-13 10:59:02 +0200
commit9f67e10d0da3f5e7b8db55296e40f9a55bea3872 (patch)
tree55ce93098a33057e76d00ed234a83d4e80818fdc /extra/resolveip.c
parentc317269dac68a5fe408f62dd578a0a4d9cd203b7 (diff)
downloadmariadb-git-9f67e10d0da3f5e7b8db55296e40f9a55bea3872.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},