Commit Diff


commit - 7d68253bffa1fdf653a220a4b023a653c2ed29df
commit + dfa6ae4cb7d2e0474c8458b5622eca0385470c01
blob - 44ccd53effeef92d860796c2bea93b56f5aa539a
blob + d2e507fdfece9c9538bfe12b6cd820f899d7a552
--- gotd/libexec/got-notify-email/got-notify-email.c
+++ gotd/libexec/got-notify-email/got-notify-email.c
@@ -37,7 +37,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);
 }