diff options
author | unknown <serg@serg.mylan> | 2003-06-13 10:59:02 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2003-06-13 10:59:02 +0200 |
commit | 5810811e6a3cb9c0ffb38f4f47b86d98b283a007 (patch) | |
tree | 55ce93098a33057e76d00ed234a83d4e80818fdc /extra/resolveip.c | |
parent | edd9bd53f1b302e5ca540c103585a0fc3e0aeee0 (diff) | |
download | mariadb-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.c | 2 |
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}, |