commit 88dec1791eeb2f779795789b119d5bf675c24b6a from: Josiah Frentsos via: Stefan Sperling date: Mon Oct 24 15:47:30 2022 UTC fix gotd(8) usage() string; patch by Josiah Frentsos commit - f1aec6edf3cf139d631d740ffc7f9428c913685c commit + 88dec1791eeb2f779795789b119d5bf675c24b6a blob - 06e0b7d3a39e2d8c01b4f512282f193eda50c43f blob + 48d6a4292538e6aa276672b3ec748f17b141b940 --- gotd/gotd.c +++ gotd/gotd.c @@ -99,8 +99,8 @@ void gotd_sighdlr(int sig, short event, void *arg); __dead static void usage() { - fprintf(stderr, "%s: [-dv] [-f config-file]\n", getprogname()); - exit (1); + fprintf(stderr, "usage: %s [-dv] [-f config-file]\n", getprogname()); + exit(1); } static int