sync the usage; while there also change order and capitalize

This commit is contained in:
Omar Polo 2021-06-29 11:04:29 +00:00
parent ba65dcc8fa
commit 0be2a537e6
1 changed files with 4 additions and 3 deletions

7
gmid.c
View File

@ -381,9 +381,10 @@ 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"
"version: " GMID_STRING "\n",
"Version: " GMID_STRING "\n"
"Usage: %s [-fnv] [-c config] [-P pidfile]\n"
" %s [-6hVv] [-d certs-dir] [-H hostname] [-p port] [-x cgi] [dir]\n",
getprogname(),
getprogname());
}