diff options
author | Omar Polo <op@omarpolo.com> | 2021-06-29 10:51:42 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-06-29 10:51:42 +0000 |
commit | 0233b0f6b9fcbbca701d245e82fbddca20862eeb (patch) | |
tree | a2d1d7c8fc63b883924c06addff5eddd59814877 | |
parent | 9327bc045a93253310a3b6933e8bd96d27298185 (diff) |
add version in usage
-rw-r--r-- | gmid.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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()); } |