commit 16b8fb35f06a1fdfee94209957d97e0689579abd from: Omar Polo via: Thomas Adam date: Sat Mar 30 17:20:05 2024 UTC fmt commit - 0a89e5704d56614d445f7b825bce432785e4227f commit + 16b8fb35f06a1fdfee94209957d97e0689579abd blob - c32083f16caec50085ee749be251c2abe675ea2e blob + 28fd5218c78af67fc69e47ad7d1d4fcbad58fd99 --- gotd/libexec/got-notify-email/got-notify-email.c +++ gotd/libexec/got-notify-email/got-notify-email.c @@ -38,7 +38,7 @@ int smtp_timeout = 60; /* in seconds */ __dead static void usage(void) { - fprintf(stderr, "usage: %s [-f sender ] [-r responder] " + fprintf(stderr, "usage: %s [-f sender] [-r responder] " "[-s subject] [-h hostname] [-p port] recipient\n", getprogname()); exit(1); }