commit 0be2a537e6e2b336a6e46cd1f5a13663ea939ea4 from: Omar Polo date: Tue Jun 29 11:04:29 2021 UTC sync the usage; while there also change order and capitalize commit - ba65dcc8fabd45f65cc56f691ee1770ad67b2d9b commit + 0be2a537e6e2b336a6e46cd1f5a13663ea939ea4 blob - 3bc105546a508f125639d1e55b09aa6bf6995991 blob + 4fcd5c208da21e5bdd56265a31662c058a456ccd --- gmid.c +++ gmid.c @@ -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()); }