From: Jorrit Herder Date: Fri, 17 Jun 2005 09:34:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v3.1.0~750 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-checkds.html?a=commitdiff_plain;h=f88e71c9d899e8c3f198eeba533930750b59425d;p=minix.git *** empty log message *** --- diff --git a/commands/simple/readall.c b/commands/simple/readall.c index a3fe34373..5b8fd65a0 100755 --- a/commands/simple/readall.c +++ b/commands/simple/readall.c @@ -161,7 +161,7 @@ char *argv[]; if (normal) { output(b); fprintf(stderr, "\n"); - } else fprintf(stderr, "\r%*s\n", -WIDTH, "Done."); + } else fprintf(stderr, "\r%*s\n", -WIDTH, "Done scanning."); if (total) printf("%8ld\n", b); if ((errors == 0) || total) exit(0); badprinted = 0;