mtimeout.c: Fix ludicrous whitespace in help message.
[misc] / mtimeout.c
index 9b22fb7..65281be 100644 (file)
@@ -299,7 +299,7 @@ static void help(FILE *fp)
   pquis(fp, "\n\
 Run COMMAND, giving it the ARGUMENTS.  If it fails to complete within the\n\
 specified number of SECONDS, kill it.  Otherwise exit with the status it\n\
-returns.\n                                                             \
+returns.\n\
 \n\
 Options:\n\
   -h, --help           Show this help text.\n\
@@ -361,7 +361,7 @@ static void timeout(struct timeval *now, void *p)
     ta = &t->ta[t->ip++];
     switch (ta->act) {
       case TA_MOAN:
-       moan(ta->u.s);
+       moan("%s", ta->u.s);
        break;
       case TA_KILL:
        kill(-t->kid, ta->u.i);