commit 5ac853dcba225c4b61cc2f49edbdb657c9ae0bba from: Josiah Frentsos via: Thomas Adam date: Mon Oct 24 16:35:53 2022 UTC fix gotd(8) usage() string; patch by Josiah Frentsos commit - bf3ab20628c2f092c3ddea4787a49621986abd07 commit + 5ac853dcba225c4b61cc2f49edbdb657c9ae0bba 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