commit 0233b0f6b9fcbbca701d245e82fbddca20862eeb from: Omar Polo date: Tue Jun 29 10:51:42 2021 UTC add version in usage commit - 9327bc045a93253310a3b6933e8bd96d27298185 commit + 0233b0f6b9fcbbca701d245e82fbddca20862eeb blob - 81f69db17237512cde7d7446bcfb72f7fb7a8074 blob + 41abbeea09f7d1ed9497f580e41a235cc40fc1e5 --- gmid.c +++ gmid.c @@ -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()); }