From: Joey Hess Date: Fri, 11 Apr 2008 04:36:46 +0000 (-0400) Subject: better usage message X-Git-Tag: 0.29~17 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73327f97a62619cb8b1a0bc03e5e105839449f9a;p=moreutils better usage message --- diff --git a/sponge.c b/sponge.c index fa40d84..ba3dd95 100644 --- a/sponge.c +++ b/sponge.c @@ -43,7 +43,7 @@ char tmpname[] = DEFAULT_TMP_NAME; void usage() { - printf("sponge : suck in all input from stdin and write it to \n"); + printf("sponge : soak up all input from stdin and write it to \n"); exit(0); }