build: Actually compile the `blast' helper program.
[fwd] / blast.c
diff --git a/blast.c b/blast.c
index 2791cb1..597263e 100644 (file)
--- a/blast.c
+++ b/blast.c
@@ -103,7 +103,7 @@ static void timers(void)
   }
   puts("");
 }
-    
+
 static void newconn(blast *b)
 {
   int fd = socket(PF_INET, SOCK_STREAM, 0);
@@ -151,7 +151,7 @@ int main(int argc, char *argv[])
   argv += optind;
   argc -= optind;
   if (argc != 2) {
-    pquis(stderr, "Usage: $ [-t time] [-n count] host port\n");
+    pquis(stderr, "Usage: $ [-t TIME] [-n COUNT] HOST PORT\n");
     exit(1);
   }