add version in usage

This commit is contained in:
Omar Polo 2021-06-29 10:51:42 +00:00
parent 9327bc045a
commit 0233b0f6b9
1 changed files with 3 additions and 2 deletions

5
gmid.c
View File

@ -381,8 +381,9 @@ static void
usage(void)
{
fprintf(stderr,
"USAGE: %s [-fn] [-c config] [-P pidfile] | [-6h] [-d certs-dir] [-H host]\n"
" [-p port] [-x cgi] [dir]\n",
"usage: %s [-fn] [-c config] [-P pidfile] | [-6h] [-d certs-dir] [-H host]\n"
" [-p port] [-x cgi] [dir]\n"
"version: gmid 1.7\n",
getprogname());
}